Ingore W503

This commit is contained in:
Oliver Falk
2021-09-15 11:27:10 +02:00
parent 0f84845ca9
commit 86bb77eb9d

View File

@@ -1,5 +1,5 @@
[flake8] [flake8]
ignore = E501 ignore = E501, W503
max-line-length = 79 max-line-length = 79
max-complexity = 18 max-complexity = 18
select = B,C,E,F,W,T4,B9 select = B,C,E,F,W,T4,B9