Skip to content

Commit 142a91e

Browse files
authored
codespell -L queenland,uint
1 parent a8a2a70 commit 142a91e

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
@@ -17,7 +17,7 @@ jobs:
1717
- checkout
1818
- run: sudo pip install black codespell flake8
1919
- run: python --version ; pip --version ; pwd ; ls -l
20-
- run: codespell
20+
- run: codespell -L queenland,uint
2121
# stop the build if there are Python syntax errors or undefined names
2222
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2323
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide

0 commit comments

Comments
 (0)