Skip to content

Commit

Permalink
trying a setuptools upgrade through pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikey authored and Mikey committed May 10, 2023
1 parent 60f76bb commit 15fbae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
with:
python-version: '3.10'
- run: pip install --upgrade pip wheel
- run: pip install --upgrade setuptools
- run: pip install bandit black codespell flake8 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
- run: bandit --recursive --skip B101,B314,B404,B405,B602,B603,B607 .
Expand Down

0 comments on commit 15fbae8

Please sign in to comment.