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