aboutsummaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-01-03 14:45:10 +0100
committerKarel Kočí <cynerd@email.cz>2022-01-03 14:45:10 +0100
commita9cedcceca62f5ab93befcdef226196d76ac1981 (patch)
treed245e5fb862ef63bc48ee1e746bd5a03d9ec6ccf /pylintrc
parent290168b532a6df8803e0221c14968f81e91ce9cd (diff)
downloadmyconfigs-a9cedcceca62f5ab93befcdef226196d76ac1981.tar.gz
myconfigs-a9cedcceca62f5ab93befcdef226196d76ac1981.tar.bz2
myconfigs-a9cedcceca62f5ab93befcdef226196d76ac1981.zip
python: improve code stule
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