diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 805e5d04e..56372e56b 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -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