Ingore W503

This commit is contained in:
Oliver Falk
2021-09-15 11:27:10 +02:00
parent 328914698c
commit 3d3aa4f48e

View File

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