diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f95d9a4d423..49dbb58b042b 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$' - repo: https://github.com/crate-ci/typos - rev: v1.16.19 + rev: typos-dict-v0.11.2 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347 @@ -25,11 +25,11 @@ repos: # https://github.com/PRQL/prql/issues/3078 - prettier-plugin-go-template - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.1 hooks: - id: ruff - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/r0x0d/pre-commit-rust @@ -42,7 +42,7 @@ repos: - id: clippy stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.0 + rev: v1.6.1 hooks: - id: mypy - repo: https://github.com/rhysd/actionlint