diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e3173b..f44675d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: - id: cppcheck args: ['--suppressions-list=cppcheckSuppressions.txt', '--inline-suppr'] - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/cmake-lint/cmake-lint - rev: 1.4.2 + rev: 1.4.3 hooks: - id: cmakelint args: ['--linelength=120'] @@ -33,7 +33,7 @@ repos: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.20.8 + rev: v1.21.0 hooks: - id: typos pass_filenames: false