We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ff057 commit 4bb3a8bCopy full SHA for 4bb3a8b
1 file changed
.github/workflows/python-app.yml
@@ -44,7 +44,7 @@ jobs:
44
# stop the build for critical errors (E9, F63, F7, F82 equivalents)
45
ruff check microbiorust-py/ --select E9,F63,F7,F82 --output-format=full
46
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
47
- ruff check microbiorust-py/ --exit-zero --max-complexity=10 --line-length=127
+ ruff check microbiorust-py/ --exit-zero --line-length=127
48
49
- name: Test with pytest
50
run: |
0 commit comments