e6d1d1718d
"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>
4 lines
40 B
INI
4 lines
40 B
INI
[flake8]
|
|
select = C,E,F,W
|
|
ignore = W503
|