Skip to content

Commit

Permalink
Support running with flake8 v6 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Nov 24, 2022
1 parent 3412789 commit d144b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,9 @@ Bugfixes:
methods. Y041 has therefore been revised to only emit errors on "redundant
numeric unions" in the context of parameter annotations.

Other changes:
* Support running with flake8 v6.

## 22.10.0

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@
zip_safe=False,
python_requires=">=3.7",
install_requires=[
"flake8 >= 3.2.1, < 6.0.0",
"flake8 >= 3.2.1, < 7.0.0",
"pyflakes >= 2.1.1",
'ast-decompiler >= 0.7.0, < 1.0; python_version < "3.9"',
],
Expand Down

0 comments on commit d144b35

Please sign in to comment.