Skip to content

Commit 2c81152

Browse files
committed
chore: Update ci.yaml to use 'ruff check .' instead of 'ruff .'
1 parent 539e9ec commit 2c81152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m venv venv
3232
source venv/bin/activate
3333
pip install ruff
34-
ruff .
34+
ruff check .
3535
pip install maturin
3636
maturin develop
3737
python -m unittest discover -s tests -p '*.py'

0 commit comments

Comments
 (0)