pre-commit: autoupdate hooks

updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
- [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.46.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.46.0)
- [github.com/koalaman/shellcheck-precommit: v0.10.0 → v0.11.0](https://github.com/koalaman/shellcheck-precommit/compare/v0.10.0...v0.11.0)
- https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
- [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.12.0)
This commit is contained in:
pre-commit-ci[bot]
2025-12-08 20:11:46 +00:00
committed by GitHub
parent 7e9a13b985
commit 165411e7b2
+5 -5
View File
@@ -17,7 +17,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
@@ -41,13 +41,13 @@ repos:
args: ['--config', '.codespellrc']
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.44.0
rev: v0.46.0
hooks:
- id: markdownlint
- id: markdownlint-fix
- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.10.0
rev: v0.11.0
hooks:
- id: shellcheck
args: ["--severity=warning"]
@@ -60,7 +60,7 @@ repos:
language: script
types_or: [html, markdown]
- repo: https://github.com/psf/black
rev: 25.1.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
hooks:
- id: black