diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33db9d7..2435773 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -13,7 +13,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: "23.9.1" + - repo: https://github.com/psf/black-pre-commit-mirror + rev: "25.12.0" hooks: - id: black