add --keep-old flag

This commit is contained in:
sebthom
2022-03-12 18:55:49 +01:00
parent 15ffb5d402
commit 2597b902be
3 changed files with 31 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ notes = [ "FIXME", "XXX", "TODO" ]
[tool.pylint.design]
max-attributes = 10
max-branches = 20
max-branches = 30
max-locals = 30
max-returns = 10
max-statements = 90