Fixing flake8 linting errors
- Enabling builds to fail on simple lint failures now
This commit is contained in:
2
.github/workflows/packagingtest.yml
vendored
2
.github/workflows/packagingtest.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
run: |
|
||||
pip install flake8
|
||||
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude benchmark
|
||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude benchmark
|
||||
flake8 . --count --max-complexity=10 --max-line-length=127 --statistics --exclude benchmark
|
||||
- name: Packaging
|
||||
run: |
|
||||
python setup.py bdist_wheel
|
||||
|
||||
Reference in New Issue
Block a user