Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Apr 16, 2024
1 parent f134994 commit 862d39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --ignore=F821 --show-source --statistics --exclude=Pyxis/doc/example/*
flake8 . --count --select=E9,F63,F7,F82 --ignore=F821,F632 --show-source --statistics --exclude=Pyxis/doc/example/*
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=Pyxis/doc/example/*
- name: Test with pytest
Expand Down

0 comments on commit 862d39c

Please sign in to comment.