diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bc7e9d8..1ab3d955 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: ["--target-version=py39"] - repo: https://github.com/asottile/blacken-docs - rev: 1.19.0 + rev: 1.19.1 hooks: - id: blacken-docs args: ["--target-version=py39"] @@ -30,13 +30,13 @@ repos: args: [--no-build-isolation] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.2" + rev: "v1.13.0" hooks: - id: mypy additional_dependencies: [cryptography>=3.4.0] - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.20.2" + rev: "v0.23" hooks: - id: validate-pyproject @@ -59,7 +59,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.9 + rev: v0.7.3 hooks: # Run the linter. - id: ruff