You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flake8 is now at version 6.0.0, I.e., 3 major releases ahead of the version Hound uses. I'm not proposing an update beyond Flake8 v3, but it would be great if you could bump the version up to the most recent version without backwards-incompatibilities, i.e. v3.9.2 (as per Flake8 release notes).
For one, this would fix the issue of Hound triggering F811 when using function overloading with type hinting (fixed in early 2021). I'm sure there would be other benefits to the update too!
I had a look at creating a PR directly, but cannot find any reference to the version of flake8 being set in this repository's source code...
The text was updated successfully, but these errors were encountered:
brynpickering
changed the title
Bump Flake8 version to at least 3.9.2
Bump Flake8 version to at least v3.9.2
Apr 6, 2023
Flake8 is now at version 6.0.0, I.e., 3 major releases ahead of the version Hound uses. I'm not proposing an update beyond Flake8 v3, but it would be great if you could bump the version up to the most recent version without backwards-incompatibilities, i.e. v3.9.2 (as per Flake8 release notes).
For one, this would fix the issue of Hound triggering F811 when using function overloading with type hinting (fixed in early 2021). I'm sure there would be other benefits to the update too!
I had a look at creating a PR directly, but cannot find any reference to the version of flake8 being set in this repository's source code...
The text was updated successfully, but these errors were encountered: