Skip to content

Commit 9401d98

Browse files
committed
CircleCI: ruff check
1 parent 0377720 commit 9401d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: python --version ; pip --version ; pwd ; ls -l
2020
- run: pip install black codespell ruff
2121
- run: codespell -L queenland,uint,assertin
22-
- run: ruff .
22+
- run: ruff check
2323
- run: black . --check
2424

2525

0 commit comments

Comments
 (0)