diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e567e17..1edebe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,28 +30,28 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.2 hooks: - id: pyupgrade args: - "--py310-plus" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black args: - --target-version=py310 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.10 hooks: - id: ruff-check args: - --fix-only - repo: https://github.com/pycqa/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort args: