Skip to content

Commit 2a587ff

Browse files
aspeaketrynthink
authored andcommitted
Use flake8 v6.0 for code quality checks
1 parent a92cb8b commit 2a587ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Python dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install flake8
25+
pip install flake8==6.0
2626
- name: Check Python code quality
2727
run: flake8 --exclude docs/conf.py --max-line-length=100
2828

0 commit comments

Comments
 (0)