Updated flake8 settings

This commit is contained in:
Veronica K. B. Olsen
2020-08-13 21:01:15 +02:00
parent 47b06dac1b
commit 4cf49bd80a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -3,3 +3,8 @@ license_files = LICENSE.md
[bdist_wheel]
universal = 0
[flake8]
ignore = E203,E221,E226,E241,E251,E261,E266,E302,E305
max-line-length = 99
exclude = docs/*