diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4c84ea2d..782c88d3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - ts - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json name: Check JSON files @@ -82,7 +82,7 @@ repos: - ts - repo: https://github.com/crate-ci/typos.git - rev: v1.25.0 + rev: v1.28.4 hooks: - id: typos name: Check spelling (typos)