mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 16:39:40 +00:00
Update lint_python.yml
This commit is contained in:
parent
161825411e
commit
cf6b20680b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- run: pip install --upgrade pip wheel
|
||||
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
|
||||
- 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 .
|
||||
- run: black --check . || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue