Browse Source

pylint: increase max-line-length to 116

The MMGen Project 5 months ago
parent
commit
eeb8ae3219
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -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