diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d9db7a..8a6a5d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # https://github.com/ahal/prek 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 @@ -15,20 +15,20 @@ repos: args: ['--fix=lf'] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 + rev: v22.1.1 hooks: - id: clang-format types_or: [c++, c] - repo: https://github.com/cpplint/cpplint - rev: 2.0.0 + rev: 2.0.2 hooks: - id: cpplint args: - '--filter=-build/include_subdir,-build/include_order,-build/c++17,-build/include_what_you_use,-build/namespaces,-legal/copyright,-readability/todo,-runtime/references,-whitespace/indent,-whitespace/line_length' - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: [tomli] @@ -47,7 +47,7 @@ repos: entry: committed stages: [commit-msg] - repo: https://github.com/BlankSpruce/gersemi - rev: 0.26.0 + rev: 0.26.1 hooks: - id: gersemi