diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a834ac4b..ec4b75c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ repos: - id: check-yaml - id: check-added-large-files # General formatting - - 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 - id: black-jupyter @@ -27,7 +27,7 @@ repos: - id: pycln # Sorted imports - repo: https://github.com/PyCQA/isort - rev: "6.0.1" + rev: "6.1.0" hooks: - id: isort additional_dependencies: [toml]