diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8488b88..1299251 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -178,7 +178,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.45.0" + rev: "v1.45.1" hooks: - id: typos name: Spellcheck with Typos diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 1b97a4e..47e8aeb 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -232,7 +232,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.45.0" + rev: "v1.45.1" hooks: - id: typos name: Spellcheck with Typos