mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Update lint_python.yml
This commit is contained in:
parent
efe2e99c27
commit
a3d52afc84
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
|
|
@ -6,6 +6,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- run: pip install --upgrade pip wheel
|
||||
- run: pip install bandit black codespell flake8 flake8-bugbear flake8-return
|
||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||
|
|
|
|||
Loading…
Reference in a new issue