diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ab3d955..3ad8a04e 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.13.0" + rev: "v1.14.1" hooks: - id: mypy additional_dependencies: [cryptography>=3.4.0] @@ -47,7 +47,7 @@ repos: # - id: pyprojectsort - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.29.4" + rev: "0.30.0" hooks: - id: check-github-workflows - id: check-readthedocs @@ -59,7 +59,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.8.6 hooks: # Run the linter. - id: ruff