diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6ff9264..8b193204 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: args: [--no-build-isolation] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.14.1" + rev: "v1.15.0" hooks: - id: mypy additional_dependencies: [cryptography>=3.4.0] @@ -59,7 +59,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.4 + rev: v0.9.6 hooks: # Run the linter. - id: ruff