diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad3c2e8..b8362ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: reorder-python-imports args: ['--application-directories=.:src'] name: reorder python imports - - repo: https://github.com/psf/black + - repo: https://github.com/psf/black-pre-commit-mirror rev: 25.9.0 hooks: - id: black