Skip to content

Commit

Permalink
Allowed complexity increased
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandewater committed Oct 16, 2024
1 parent ac86669 commit c40b385
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 @@ -33,7 +33,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# the GitHub editor is 127 chars wide
flake8 . --count --max-complexity=14 --max-line-length=127 --statistics
flake8 . --count --max-complexity=18 --max-line-length=127 --statistics
- name: Test with pytest
run: python -m pytest ./tests

0 comments on commit c40b385

Please sign in to comment.