diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b3d05ac..54a6d205 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.12 hooks: - id: ruff-check - id: ruff-format @@ -21,7 +21,7 @@ repos: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.0 + rev: v1.20.2 hooks: - id: mypy files: "^src/"