Tell Flake8 to ignore non-PEP 8 compliant E203 and W503

This commit is contained in:
Hugo 2019-03-20 18:17:28 +02:00
parent 2bedb83a84
commit 54dd0e479e

View File

@ -2,4 +2,5 @@
test=pytest test=pytest
[flake8] [flake8]
extend-ignore = E203, W503
max-line-length = 88 max-line-length = 88