Skip to content

Commit

Permalink
specify flake8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeake committed Aug 4, 2023
1 parent dcdc891 commit 99779cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
pip install flake8==6.0
- name: Check Python code quality
run: flake8 --exclude docs/conf.py --max-line-length=100

Expand Down

0 comments on commit 99779cc

Please sign in to comment.