diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8ffd9d..67faa6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,8 @@ repos: - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable -- repo: https://github.com/psf/black - rev: 23.3.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 23.9.0 hooks: - id: black language_version: python3 @@ -26,7 +26,7 @@ repos: rev: 1.14.0 hooks: - id: blacken-docs - additional_dependencies: [black==23.1.0] + additional_dependencies: [black==23.9.0] - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.0.275