diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ee7642..1f027f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,7 +10,7 @@ repos: - id: check-merge-conflict - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.7 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c] @@ -21,7 +21,7 @@ repos: - id: cpplint exclude: LinkDef\.h - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: [tomli] @@ -30,7 +30,7 @@ repos: hooks: - id: validate-cff - repo: https://github.com/fsfe/reuse-tool - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse - repo: https://github.com/BlankSpruce/gersemi