pre-commit: autoupdate hooks

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0)
- [github.com/talos-systems/conform: v0.1.0-alpha.27 → v0.1.0-alpha.31](https://github.com/talos-systems/conform/compare/v0.1.0-alpha.27...v0.1.0-alpha.31)
- [github.com/codespell-project/codespell: v2.2.5 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.4.2)
This commit is contained in:
pre-commit-ci[bot]
2026-03-09 20:20:57 +00:00
committed by GitHub
parent c4c2c97dc2
commit 45772b0704
+3 -3
View File
@@ -9,7 +9,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
@@ -20,13 +20,13 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/talos-systems/conform
rev: v0.1.0-alpha.27
rev: v0.1.0-alpha.31
hooks:
- id: conform
stages:
- commit-msg
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.4.2
hooks:
- id: codespell