diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b905d0..5b7dd97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -183,7 +183,7 @@ repos: ### In this case, comment out this block until ".typos.toml" has been committed successfully # renovate: datasource=github-tags depName=crate-ci/typos - repo: https://github.com/crate-ci/typos - rev: "v1.35.3" + rev: "v1.35.4" hooks: - id: typos name: Spellcheck with Typos diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index a669e1f..d7ea4ab 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -224,7 +224,7 @@ repos: ### In this case, comment out this block until ".typos.toml" has been committed successfully # renovate: datasource=github-tags depName=crate-ci/typos - repo: https://github.com/crate-ci/typos - rev: "v1.35.3" + rev: "v1.35.4" hooks: - id: typos name: Spellcheck with Typos