diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dafffc5..83d2a98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,17 +21,17 @@ repos: args: - "--py38-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 - id: black-jupyter - repo: https://github.com/keewis/blackdoc - rev: v0.4.1 + rev: v0.4.3 hooks: - id: blackdoc - additional_dependencies: ["black==25.1.0"] + additional_dependencies: ["black==25.9.0"] - id: blackdoc-autoupdate-black - repo: https://github.com/PyCQA/flake8 @@ -40,7 +40,7 @@ repos: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 6.1.0 hooks: - id: isort