Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daedalus committed Feb 28, 2023
1 parent 414236f commit 6d20a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Expand Up @@ -9,5 +9,5 @@ jobs:
- name: Lint with flake8
run: |
pip install flake8
flake8 --ignore=E126,E203,E401,E711,E712,E722,E731,E741,F401,F841,W291,W503,W605 \
flake8 --ignore=E126,E203,E401,E701,E711,E712,E722,E731,E741,F401,F841,W291,W503,W605 \
--count --max-complexity=62 --max-line-length=3266 --show-source --statistics

0 comments on commit 6d20a82

Please sign in to comment.