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 a8a2a70 commit 142a91eCopy full SHA for 142a91e
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
- checkout
18
- run: sudo pip install black codespell flake8
19
- run: python --version ; pip --version ; pwd ; ls -l
20
- - run: codespell
+ - run: codespell -L queenland,uint
21
# stop the build if there are Python syntax errors or undefined names
22
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
23
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
0 commit comments