Skip to content

Commit

Permalink
Merge pull request #15 from kmaehashi/add-flake8-6
Browse files Browse the repository at this point in the history
Add CI for flake8 6.0.0
  • Loading branch information
kmaehashi authored Nov 26, 2022
2 parents 50a1c1b + 22a9580 commit 2e105a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
flake8: [
'flake8==4.*',
'flake8==5.*',
'flake8==6.*',
'git+https://github.com/pycqa/flake8.git@main',
]
exclude:
- python: '3.7'
flake8: 'git+https://github.com/pycqa/flake8.git@main'
- python: '3.7'
flake8: 'flake8==6.*'

steps:
- name: Git Checkout
Expand Down

0 comments on commit 2e105a9

Please sign in to comment.