mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Fix lint_python so tests pass again
This commit is contained in:
parent
5c69e5cb13
commit
82f8f98e86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue