diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5e26e6..b8ebb63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - "--py39-plus" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.11" + rev: "v0.13.3" hooks: - id: ruff args: @@ -43,7 +43,7 @@ repos: - --target-version=py39 - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 6.1.0 hooks: - id: isort args: @@ -51,8 +51,8 @@ repos: - black - --filter-files - - 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 args: