Closed agronholm closed 3 years ago
Thank you @agronholm for the contribution!
Thanks!
This still needs a new tag before it's usable with pre-commit.
I cleared my pre-commit cache and did not run into this issue; sorry; I've created a new tag v0.0.1a2.post1 .
What's with the conservative versioning? It works, right? Maybe this should follow flake8 versioning with .postX added to it?
But yeah, thanks for adding the tag. Pre-commit complains (rightfully) unless a specific version is used.
The point is, that currently pyproject-flake8 does not specify any specific flake8 version, it will just depend on the most recent one. Theoretically, flake8 versions could be fixed in pyproject-flake8 …
This allows pyproject-flake8 to be used as a pre-commit hook.