diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d37d660..76bf874 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,8 +30,8 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - id: double-quote-string-fixer -- 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: @@ -45,7 +45,7 @@ repos: - id: reorder-python-imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.18.1' + rev: 'v1.18.2' hooks: - id: mypy args: