diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 51bef62..6a7a91a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: markdownlint - repo: https://github.com/crate-ci/typos - rev: v1.29.4 + rev: v1.29.5 hooks: - id: typos exclude: '\.gitignore$' diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 9b8982e..af61734 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: ["--verbose"] - repo: https://github.com/crate-ci/typos - rev: v1.29.4 + rev: v1.29.5 hooks: - id: typos exclude: ^\.gitignore$