diff options
author | Maxim Devaev <[email protected]> | 2024-09-16 23:07:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-09-16 23:07:38 +0300 |
commit | c57334f214be1c31f52d486639d26c4fa1bd038f (patch) | |
tree | 5090d0a5d934a7bf0749aba57427c2996fa07e62 /testenv | |
parent | b779c1853072297ca273ba3895141e821c0e722c (diff) |
refactoring
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/linters/flake8.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testenv/linters/flake8.ini b/testenv/linters/flake8.ini index e37c1dfa..768e0b89 100644 --- a/testenv/linters/flake8.ini +++ b/testenv/linters/flake8.ini @@ -1,8 +1,9 @@ [flake8] inline-quotes = double max-line-length = 160 -ignore = W503, E227, E241, E252, Q003 +ignore = W503, E221, E227, E241, E252, Q003 # W503 line break before binary operator +# E221 multiple spaces before operator # E227 missing whitespace around bitwise or shift operator # E241 multiple spaces after # E252 missing whitespace around parameter equals |