Skip to content

Commit

Permalink
Downgrades flake to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed May 24, 2024
1 parent e553896 commit cc3e4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install flake8-pytest-importorskip
pip install --upgrade click==8.0.4
pip install black==24.4.2
pip install flake8==7.0.0
pip install flake8==6.1.0
- name: Lint and Format Check with Flake8 and Black
if: ${{ matrix.python-version == 3.9 }}
Expand Down

0 comments on commit cc3e4f5

Please sign in to comment.