diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f0fed5..51e8252 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: check-github-workflows - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.37 + rev: v1.28.3 hooks: - id: typos # Rust @@ -66,7 +66,7 @@ repos: stages: [manual] # because it's slow # Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.8.3 hooks: - id: ruff-format args: ["--config", "moyopy/pyproject.toml"]