diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db0d4704299a..523226e7e73a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: # rustfmt handles rust files, and in some snapshots we expect trailing spaces. exclude: '.*\.(rs|snap)$' - repo: https://github.com/crate-ci/typos - rev: v1 + rev: v1.37.2 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347