Skip to content

Commit

Permalink
Merge pull request #116 from nhymxu/upgrade-flake8-v5
Browse files Browse the repository at this point in the history
deps: support flake8 v5
  • Loading branch information
gforcada committed Aug 4, 2022
2 parents 12e26cb + 31cccb3 commit a31c6e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3']
isort: [4.3.21, 5.9.3]
flake8: [3.9.2, 4.0.1]
isort: [4.3.21, 5.10.1]
flake8: [3.9.2, 4.0.1, 5.0.4]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def get_version(file="flake8_isort.py"):
include_package_data=True,
zip_safe=False,
install_requires=[
'flake8 >= 3.2.1, <5',
'flake8 >= 3.2.1, <6',
'isort >= 4.3.5, <6',
],
extras_require={
Expand Down

0 comments on commit a31c6e3

Please sign in to comment.