diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d721dcea6a15..89caec79dcab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: # rustfmt handles rust files, and in some snapshots we expect trailing spaces. exclude: '.*\.(rs|snap)$' - repo: https://github.com/crate-ci/typos - rev: v1.28.3 + rev: v1.28.4 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347 @@ -25,7 +25,7 @@ repos: # https://github.com/PRQL/prql/issues/3078 - prettier-plugin-go-template - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff args: [--fix]