diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0542d1e..adb1963 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,8 +12,8 @@ repos: hooks: - id: reorder-python-imports args: [--application-directories, '.:src', --py36-plus] -- 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: [--line-length=79]