Is there a nice alternative to pre-commit as a linter-runner / linter-package-manager type thing?
-
Is there a nice alternative to pre-commit as a linter-runner / linter-package-manager type thing?
I love knowing that the whole team runs all the linters the same way. Pre-commit has been fantastic for that.
But it is also highly opinionated, and the issue tracker is full of unpleasant interactions like https://github.com/pre-commit/pre-commit/issues/2316 closing an issue with "good day, I'm done discussing this".
Maybe the astral people (who saved the python world with ruff and uv) can do this as their next thing
-
Is there a nice alternative to pre-commit as a linter-runner / linter-package-manager type thing?
I love knowing that the whole team runs all the linters the same way. Pre-commit has been fantastic for that.
But it is also highly opinionated, and the issue tracker is full of unpleasant interactions like https://github.com/pre-commit/pre-commit/issues/2316 closing an issue with "good day, I'm done discussing this".
Maybe the astral people (who saved the python world with ruff and uv) can do this as their next thing
@tykling tbh I kind of understand the maintainer there without understanding the context. He says more than once it is not supported and the guy is like "yea, but what if it was?!" repeatedly.