Skip to content

Commit

Permalink
Fix "Lint with flake8" GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 24, 2020
1 parent ecb3a64 commit 6f22715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Lint with flake8
# TODO: run: make lint
# See: https://github.com/sergeyklay/gstore/runs/1606748624
run:
run: |
flake8 . --count --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Expand Down

0 comments on commit 6f22715

Please sign in to comment.