Skip to content

Commit 2ef02bf

Browse files
authored
chore(ci): test with flake8 6.0.0
1 parent 85c1018 commit 2ef02bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- python-version: 3.9
2424
isort: 5.11.2
2525
flake8: 3.9.2
26+
- python-version: 3.9
27+
isort: 5.11.2
28+
flake8: 6.0.0
2629
steps:
2730
- uses: actions/checkout@v3
2831
- name: Set up Python

0 commit comments

Comments
 (0)