Skip to content

Commit 31cccb3

Browse files
committed
bump flake8 version on test matrix
1 parent 3f3615a commit 31cccb3

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
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
2222
isort: [4.3.21, 5.10.1]
23-
flake8: [3.9.2, 4.0.1, 5.0.1]
23+
flake8: [3.9.2, 4.0.1, 5.0.4]
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)