diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..54b0100 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,7 @@ +[DESIGN] +max-args = 20 +max-positional-arguments = 20 +max-locals = 50 +max-branches = 25 +max-statements = 100 +max-nested-blocks = 10 |