Skip to content

Commit 38a52f1

Browse files
committed
ignore assertin
1 parent 2333c32 commit 38a52f1

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
@@ -18,7 +18,7 @@ jobs:
1818
- checkout
1919
- run: python --version ; pip --version ; pwd ; ls -l
2020
- run: pip install black codespell ruff
21-
- run: codespell -L queenland,uint
21+
- run: codespell -L queenland,uint,assertin
2222
- run: ruff .
2323
- run: black . --check
2424

0 commit comments

Comments
 (0)