We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0377720 commit 9401d98Copy full SHA for 9401d98
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: python --version ; pip --version ; pwd ; ls -l
20
- run: pip install black codespell ruff
21
- run: codespell -L queenland,uint,assertin
22
- - run: ruff .
+ - run: ruff check
23
- run: black . --check
24
25
0 commit comments