Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Pin bandit==1.7.2
Browse files Browse the repository at this point in the history
Temporary measure until tylerwince/flake8-bandit#21 is resolved
  • Loading branch information
silasary committed Mar 1, 2022
1 parent 07cf944 commit 4d6ff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: rbialon/flake8-annotations@v1
- name: Install Flake8
run: |
pip install flake8 flake8-annotations flake8-bandit flake8-docstrings
pip install flake8 flake8-annotations flake8-bandit flake8-docstrings bandit==1.7.2
- name: Lint with flake8
run: |
flake8 . --show-source --statistics

0 comments on commit 4d6ff7e

Please sign in to comment.