diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 187f3e8..d782539 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: setup-cfg-fmt args: [--min-py-version, '3.12'] - repo: https://github.com/asottile/reorder-python-imports - rev: v3.14.0 + rev: v3.15.0 hooks: - id: reorder-python-imports args: [--py312-plus, --add-import, from __future__ import annotations] @@ -29,7 +29,7 @@ repos: hooks: - id: unkey - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.10 + rev: v0.11.11 hooks: - id: ruff args: [--fix]