One-KVM/testenv/linters/flake8.ini
2019-04-06 08:04:26 +03:00

8 lines
242 B
INI

[flake8]
max-line-length = 160
ignore = W503, E227, E241, E252
# W503 line break before binary operator
# E227 missing whitespace around bitwise or shift operator
# E241 multiple spaces after
# E252 missing whitespace around parameter equals