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
+1 -2
View File
@@ -12,8 +12,7 @@ jobs:
command: sudo python -m pip install flake8
- run:
name: Test.
command: flake8 --exclude=.git,.venv,site .
command: flake8 .
osx-python3.6:
macos:
xcode: "9.4.1"
+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/