diff options
author | Karel Kočí <cynerd@email.cz> | 2022-01-03 14:45:10 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-01-03 14:45:10 +0100 |
commit | a9cedcceca62f5ab93befcdef226196d76ac1981 (patch) | |
tree | d245e5fb862ef63bc48ee1e746bd5a03d9ec6ccf /config | |
parent | 290168b532a6df8803e0221c14968f81e91ce9cd (diff) | |
download | myconfigs-a9cedcceca62f5ab93befcdef226196d76ac1981.tar.gz myconfigs-a9cedcceca62f5ab93befcdef226196d76ac1981.tar.bz2 myconfigs-a9cedcceca62f5ab93befcdef226196d76ac1981.zip |
python: improve code stule
Diffstat (limited to 'config')
-rw-r--r-- | config/pycodestyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pycodestyle b/config/pycodestyle index c178190..934a726 100644 --- a/config/pycodestyle +++ b/config/pycodestyle @@ -1,2 +1,2 @@ [pycodestyle] -ignore = E501 +ignore = E501,E203,W503 |