aboutsummaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/pylintrc b/pylintrc
index 72dd61d..a986913 100644
--- a/pylintrc
+++ b/pylintrc
@@ -1,3 +1,5 @@
[FORMAT]
-# Maximum number of characters on a single line.
-max-line-length=120
+max-line-length = 120
+
+[MESSAGES CONTROL]
+disable = C0330,C0326,W503