Skip to content

Commit a78ea98

Browse files
committed
Ruff check
1 parent 284fd40 commit a78ea98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
python3 -m pip install -e '.[dev]'
2727
- name: Lint with ruff
28-
run: ruff .
28+
run: ruff check .
2929
- name: Check formatting with black
3030
run: black . --check --verbose
3131
- name: Run unit tests

0 commit comments

Comments
 (0)