Update lint_python.yml

This commit is contained in:
Christian Clauss 2023-03-04 14:37:56 +01:00 committed by GitHub
parent b016593495
commit 9c01a54ce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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-bugbear flake8-return
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B404,B603,B605,B607 .