diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adea4cf..4ea6afe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: setup-cfg-fmt args: [--min-py-version, '3.8'] - repo: https://github.com/asottile/reorder-python-imports - rev: v3.12.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py38-plus, --add-import, from __future__ import annotations] @@ -30,7 +30,7 @@ repos: hooks: - id: unkey - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.4.7 hooks: - id: ruff args: [--fix]