Merge branch 'master' into deterministic-builds
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"
|
||||||
|
|||||||
@@ -22,4 +22,12 @@ universal = 1
|
|||||||
[flake8]
|
[flake8]
|
||||||
ignore = E501,W503
|
ignore = E501,W503
|
||||||
application-import-names = cibuildwheel
|
application-import-names = cibuildwheel
|
||||||
extend-exclude = cibuildwheel/resources/
|
exclude =
|
||||||
|
cibuildwheel/resources/,
|
||||||
|
dist/,
|
||||||
|
build/,
|
||||||
|
.git/,
|
||||||
|
env/,
|
||||||
|
env2/,
|
||||||
|
.venv/,
|
||||||
|
site/
|
||||||
|
|||||||
Reference in New Issue
Block a user