blob: b58aef7a7c35dcc654e01d58d45feba5d0af7e02 (
plain)
1
2
3
4
5
6
7
|
[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
|