Change flake8 config to make it easier to run locally
This commit is contained in:
@@ -12,8 +12,7 @@ jobs:
|
|||||||
command: sudo python -m pip install flake8
|
command: sudo python -m pip install flake8
|
||||||
- run:
|
- run:
|
||||||
name: Test.
|
name: Test.
|
||||||
command: flake8 --exclude=.git,.venv,site .
|
command: flake8 .
|
||||||
|
|
||||||
osx-python3.6:
|
osx-python3.6:
|
||||||
macos:
|
macos:
|
||||||
xcode: "9.4.1"
|
xcode: "9.4.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user