diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3179ac002..3a315c617 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,18 +17,18 @@ repos: files: requirements-dev.txt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.11 + rev: v0.13.3 hooks: - id: ruff -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black language_version: python3 - repo: https://github.com/keewis/blackdoc - rev: v0.4.1 + rev: v0.4.3 hooks: - id: blackdoc