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