[pre-commit.ci] pre-commit autoupdate#438
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/tox-dev/pyproject-fmt: v2.21.1 → v2.23.0](tox-dev/pyproject-fmt@v2.21.1...v2.23.0)
|
I think it might be better to let the pre-commit updates accumulate here until right before we start working on a PR. When there's multiple, they get lumped into the same PR, and we only have to merge once. |
|
I disagree. These updates are scheduled monthly (instead of weekly), and the PRs ensure that at least one of us reviews the codebase and keeps it current with changes in C, C++, and Python, as well as the pre-commit tools. cpplint/.pre-commit-config.yaml Lines 7 to 8 in 0c644c0 |
I don't think that is true. Nothing pre-commit does makes us support any more of C/C++, nor follow new releases of Python unless we change our policy for bumping the required Python version. It's not making us make changes to update it so, either. The bugs about language support still stay there and such PRs seldom appear due to autoupdate PRs. Deciding to merge this PR has no advantage over setting a personal monthly timer. Plus, new changes being added to a PR monthly still generates the same notifications. |
updates: