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 2333c32 commit 38a52f1Copy full SHA for 38a52f1
.circleci/config.yml
@@ -18,7 +18,7 @@ jobs:
18
- checkout
19
- run: python --version ; pip --version ; pwd ; ls -l
20
- run: pip install black codespell ruff
21
- - run: codespell -L queenland,uint
+ - run: codespell -L queenland,uint,assertin
22
- run: ruff .
23
- run: black . --check
24
0 commit comments