You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
Update lint_python.yml
This commit is contained in:
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -6,6 +6,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
- run: pip install --upgrade pip wheel
|
- run: pip install --upgrade pip wheel
|
||||||
- run: pip install bandit black codespell flake8 flake8-bugbear flake8-return
|
- run: pip install bandit black codespell flake8 flake8-bugbear flake8-return
|
||||||
flake8-comprehensions isort mypy pytest pyupgrade safety
|
flake8-comprehensions isort mypy pytest pyupgrade safety
|
||||||
|
Reference in New Issue
Block a user