Closed
Description
opened on Jan 5, 2024
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.
Activity