Skip to content

Commit 46b7453

Browse files
authored
fix ruff check (#1772)
1 parent a1fe900 commit 46b7453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python -m pip install --upgrade pip
4848
pip install -r requirements-dev.txt
4949
- name: Lint with ruff
50-
run: ruff .
50+
run: ruff check .
5151
- name: Check types with mypy
5252
run: |
5353
cd scripts/

0 commit comments

Comments
 (0)