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 406153f commit e557d7cCopy full SHA for e557d7c
.github/workflows/lint_python.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/setup-python@v5
9
- run: pip install --upgrade pip wheel
10
- run: pip install bandit black codespell flake8 flake8-bugbear
11
- flake8-comprehensions isort mypy pytest pyupgrade safety
+ flake8-comprehensions isort mypy pytest pyupgrade
12
- run: bandit --recursive --skip B311 .
13
- run: black --check . || true
14
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock"
@@ -21,4 +21,3 @@ jobs:
21
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true
22
- run: pytest .
23
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
24
- - run: safety check
0 commit comments