Skip to content

Commit

Permalink
Fix failing GitHub Action lint_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and auvipy committed Aug 24, 2023
1 parent 5eb7b65 commit 7637284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install --upgrade pip wheel
- run: pip install --upgrade pip setuptools wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B101,B105,B106,B107,B324 .
Expand Down

0 comments on commit 7637284

Please sign in to comment.