diff options
author | Matthias Baumgartner <dev@igsor.net> | 2022-12-18 13:40:49 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2022-12-18 13:40:49 +0100 |
commit | 21a02197d73f263ae222f2ccc49248d8617e2d7d (patch) | |
tree | 089810c7808c3ae7b3c98262ece7ec36b85ef71f /.pylintrc | |
parent | e8492489098ef5f8566214e083cd2c2d1d449f5a (diff) | |
download | bsfs-21a02197d73f263ae222f2ccc49248d8617e2d7d.tar.gz bsfs-21a02197d73f263ae222f2ccc49248d8617e2d7d.tar.bz2 bsfs-21a02197d73f263ae222f2ccc49248d8617e2d7d.zip |
project cosmetics
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,7 +76,7 @@ max-attributes=7 max-bool-expr=5 # Maximum number of branch for function / method body. -max-branches=12 +max-branches=15 # Maximum number of locals for function / method body. max-locals=15 @@ -148,7 +148,7 @@ logging-format-style=old [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. -notes=FIXME,TODO,NOTE +notes=FIXME,TODO |