We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b433d commit 227e3cfCopy full SHA for 227e3cf
1 file changed
.github/workflows/unit-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Lint with ruff
38
run: |
39
# stop the build if there are Python syntax errors or undefined names
40
- ruff check . --select=E9,F63,F7,F82 --show-source --statistics --exclude=.venv,build,dist
+ ruff check . --select=E9,F63,F7,F82 --statistics --exclude=.venv,build,dist
41
# Check all rules with warnings
42
ruff check . --exit-zero --statistics --exclude=.venv,build,dist
43
- name: Test with Pytest
0 commit comments