Dropping max-complexity argument

This commit is contained in:
Jamie Hardt
2025-01-05 12:19:22 -08:00
parent 2be779fe53
commit 7ed423deaf
2 changed files with 26 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --max-complexity=10 --max-line-length=79 --statistics
flake8 . --count --max-line-length=79 --statistics
- name: Test with pytest
run: |
pytest