pylint: increase max-line-length to 116
This commit is contained in:
parent
48923c2219
commit
eeb8ae3219
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue