Skip to content

Commit

Permalink
Update lint_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 15, 2022
1 parent efe2e99 commit a3d52af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3d52af

Please sign in to comment.