From ff425b6cd0f1dd42ae609b7c6945464bc3c30dd2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:52:42 +0000 Subject: [PATCH] chore: pre-commit autoupdate [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/finsberg/clang-format-docs: v0.3.0 → v0.3.2](https://github.com/finsberg/clang-format-docs/compare/v0.3.0...v0.3.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/sirosen/texthooks: 0.6.4 → 0.7.1](https://github.com/sirosen/texthooks/compare/0.6.4...0.7.1) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.45.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.45.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks.git: v2.12.0 → v2.15.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks.git/compare/v2.12.0...v2.15.0) - [github.com/sirosen/check-jsonschema: 0.28.0 → 0.33.3](https://github.com/sirosen/check-jsonschema/compare/0.28.0...0.33.3) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.4.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.3...3.4.0) - [github.com/mattlqx/pre-commit-sign: v1.1.3 → v1.2.0](https://github.com/mattlqx/pre-commit-sign/compare/v1.1.3...v1.2.0) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1822076..192caaa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ default_language_version: default_install_hook_types: [pre-commit, pre-push, commit-msg] -default_stages: [commit, push] +default_stages: [pre-commit, pre-push] fail_fast: false @@ -121,7 +121,7 @@ repos: # C++ formatting & linting - repo: https://github.com/finsberg/clang-format-docs - rev: v0.3.0 + rev: v0.3.2 hooks: - id: clang-format-docs additional_dependencies: [clang-format] @@ -163,7 +163,7 @@ repos: # General - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: [--maxkb=64] @@ -188,14 +188,14 @@ repos: # text file linters - repo: https://github.com/sirosen/texthooks - rev: 0.6.4 + rev: 0.7.1 hooks: - id: fix-ligatures - id: fix-smartquotes - id: forbid-bidi-controls # Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.45.0 hooks: - id: markdownlint-fix args: [--disable, MD033, MD010, MD013] @@ -203,7 +203,7 @@ repos: # various other formatters - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks.git - rev: v2.12.0 + rev: v2.15.0 hooks: - id: pretty-format-ini args: [--autofix] @@ -212,7 +212,7 @@ repos: # validate JSON/YAML schemas - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.0 + rev: 0.33.3 hooks: - id: check-github-workflows # - id: check-dependabot @@ -237,13 +237,13 @@ repos: # check editorconfig rules - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.3 + rev: 3.4.0 hooks: - id: editorconfig-checker args: [-ignore-defaults, -config, config/.ecrc] # sign commit - repo: https://github.com/mattlqx/pre-commit-sign - rev: v1.1.3 + rev: v1.2.0 hooks: - id: sign-commit