aboutsummaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylintrc b/pylintrc
index a986913..8ac2c7b 100644
--- a/pylintrc
+++ b/pylintrc
@@ -1,5 +1,5 @@
[FORMAT]
-max-line-length = 120
+max-line-length = 80
[MESSAGES CONTROL]
-disable = C0330,C0326,W503
+disable = C0326,W503