diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f44675d..81c5688 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,12 +28,12 @@ repos: - id: cmakelint args: ['--linelength=120'] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.21.0 + rev: v1.22.7 hooks: - id: typos pass_filenames: false