Skip to content

Support flake8==7.0.0 #457

Closed
Closed
@jonyscathe

Description

flake8 7 is out so pyproject.toml should probably change from
"flake8 >= 6.0.0, < 7.0.0",
to
"flake8 >= 6.0.0, < 8.0.0",

as the breaking changes in flake8==7.0.0 are pretty minor.

I would also consider removing the upper bound as well. Flake8 breaking changes are often pretty minor and often don't break anything to do with extensions. And each time there is a new flake8 version, it takes weeks for all the extensions to update their upper bounds for flake8.

https://iscinumpy.dev/post/bound-version-constraints/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions