Skip to content

Commit 4bb3a8b

Browse files
committed
fix actions bug
1 parent 98ff057 commit 4bb3a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# stop the build for critical errors (E9, F63, F7, F82 equivalents)
4545
ruff check microbiorust-py/ --select E9,F63,F7,F82 --output-format=full
4646
# 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
47+
ruff check microbiorust-py/ --exit-zero --line-length=127
4848
4949
- name: Test with pytest
5050
run: |

0 commit comments

Comments
 (0)