flake8: Ignore obsolete warning W503
"Line break occurred before a binary operator (W503)" goes against PEP8 and has been superseded by W504. See https://www.flake8rules.com/rules/W503.html. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
4744c8946b
commit
e6d1d1718d
1
.flake8
1
.flake8
@ -1,2 +1,3 @@
|
||||
[flake8]
|
||||
select = C,E,F,W
|
||||
ignore = W503
|
||||
|
Loading…
x
Reference in New Issue
Block a user