aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..6b3e91d
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,8 @@
+[DESIGN]
+max-args = 20
+max-positional-arguments = 20
+max-locals = 50
+max-branches = 30
+max-statements = 100
+max-nested-blocks = 10
+max-module-lines = 1250