diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2a7fc7..1f71e14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: files: requirements-dev.txt - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black language_version: python3 - repo: https://github.com/keewis/blackdoc - rev: v0.4.5 + rev: v0.4.6 hooks: - id: blackdoc @@ -51,12 +51,12 @@ repos: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.7 hooks: - id: ruff - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.0 + rev: v2.11.1 hooks: - id: pyproject-fmt