diff options
author | Karel Kočí <cynerd@email.cz> | 2022-09-29 09:57:27 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-09-29 09:57:27 +0200 |
commit | 53dc0bfc656c5e31836a2d67f93179f28a10aedd (patch) | |
tree | 6b48973747c40a3abab9ee7bcbc4790c5f4f0c64 /pylintrc | |
parent | 217fa9d53c5eac5cf63043aab7b3b97037796cb5 (diff) | |
download | myconfigs-53dc0bfc656c5e31836a2d67f93179f28a10aedd.tar.gz myconfigs-53dc0bfc656c5e31836a2d67f93179f28a10aedd.tar.bz2 myconfigs-53dc0bfc656c5e31836a2d67f93179f28a10aedd.zip |
Some development updates to the workflow
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [FORMAT] -max-line-length = 120 +max-line-length = 80 [MESSAGES CONTROL] -disable = C0330,C0326,W503 +disable = C0326,W503 |