flake8: ignore W504.
This commit is contained in:
parent
f7ea85ee8f
commit
e68e348781
2
.flake8
2
.flake8
@ -1,4 +1,4 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
exclude = .open-build-service/, abichecker, openqa, openqa-maintenance.py
|
exclude = .open-build-service/, abichecker, openqa, openqa-maintenance.py
|
||||||
max-line-length = 100
|
max-line-length = 100
|
||||||
ignore = E501,F401,E302,E228,E128,E251,E201,E202,E203,E305,F841,E265,E261,E266,E712,E401,E126,E502,E222,E241,E711,E226,E125,E123,W293,W391,E731,E101,E227,E713,E225,E124,E221,E127,E701,E714,W503,E129,E303,E741,E722
|
ignore = E501,F401,E302,E228,E128,E251,E201,E202,E203,E305,F841,E265,E261,E266,E712,E401,E126,E502,E222,E241,E711,E226,E125,E123,W293,W391,E731,E101,E227,E713,E225,E124,E221,E127,E701,E714,W503,W504,E129,E303,E741,E722
|
||||||
|
Loading…
x
Reference in New Issue
Block a user