diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63351e9..5e3173b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '.*\.(m)' fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-case-conflict @@ -19,7 +19,7 @@ repos: - id: cppcheck args: ['--suppressions-list=cppcheckSuppressions.txt', '--inline-suppr'] - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/cmake-lint/cmake-lint @@ -33,7 +33,7 @@ repos: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: v1.20.8 hooks: - id: typos pass_filenames: false