diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 991f054cd..fbf101d28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: - ts - repo: https://github.com/codespell-project/codespell.git - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell name: Check spelling (codespell) @@ -88,7 +88,7 @@ repos: - ts - repo: https://github.com/crate-ci/typos.git - rev: v1.28.4 + rev: v1.29.4 hooks: - id: typos name: Check spelling (typos)