Change flake8 config to make it easier to run locally

This commit is contained in:
Joe Rickerby
2020-02-15 12:15:44 +00:00
parent d9948da29a
commit cf8fa693b8
2 changed files with 10 additions and 2 deletions
+9
View File
@@ -22,3 +22,12 @@ universal = 1
[flake8]
ignore = E501,W503
application-import-names = cibuildwheel
exclude =
cibuildwheel/resources/,
dist/,
build/,
.git/,
env/,
env2/,
.venv/,
site/