diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66400c1..a190041 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.1 + rev: 3.11.1 hooks: - id: editorconfig-checker name: check .editorconfig rules @@ -83,7 +83,7 @@ repos: args: [--config=.cmake-linter.yml] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format