diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f53e20a3b..95af14fd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: args: [--autofix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.14 hooks: - id: ruff args: [--fix, --unsafe-fixes] @@ -24,12 +24,12 @@ repos: # commented out until PEP 639 is supported\ # https://github.com/abravalheri/validate-pyproject/issues/70 - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy files: "^src/"