diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 816f7495..0a2f5c14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,24 +7,24 @@ exclude: .asv repos: - repo: https://github.com/crate-ci/typos - rev: v1.22.0 + rev: typos-dict-v0.11.27 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.6.3 hooks: - id: ruff args: [--fix, --unsafe-fixes] - id: ruff-format - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.2 hooks: - id: mypy exclude: tests|_throttler.pyi