Ignore stupid flake8 rule.

This commit is contained in:
Emil Stenström 2020-06-06 09:10:16 +02:00
parent cb3236e063
commit f6d2c5e003

View file

@ -1,5 +1,5 @@
[flake8]
ignore = E302
ignore = E302,W503
max-line-length = 119
[isort]