pylint: increase max-line-length to 116

This commit is contained in:
The MMGen Project 2024-09-20 09:36:04 +00:00
commit eeb8ae3219
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[tool.pylint.format]
indent-string = "\t"
indent-after-paren = 2
max-line-length = 110
max-line-length = 116
[tool.pylint.main]
recursive = true