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 3b64523 commit e3abbedCopy full SHA for e3abbed
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
- image: cimg/python:3.11
17
steps:
18
- checkout
19
- - run: for pkg in "black codespell flake8 ruff"; do pipx install $pkg; done
+ - run: for pkg in "black codespell flake8 ruff"; do; pipx install $pkg; done
20
- run: python --version ; pip --version ; pwd ; ls -l
21
- run: codespell -L queenland,uint
22
# stop the build if there are Python syntax errors or undefined names
0 commit comments