Skip to content

Commit 227e3cf

Browse files
committed
Fix Ruff
1 parent 36b433d commit 227e3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Lint with ruff
3838
run: |
3939
# 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
40+
ruff check . --select=E9,F63,F7,F82 --statistics --exclude=.venv,build,dist
4141
# Check all rules with warnings
4242
ruff check . --exit-zero --statistics --exclude=.venv,build,dist
4343
- name: Test with Pytest

0 commit comments

Comments
 (0)