diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c2a3ab..37c0606 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,8 +11,8 @@ repos: - id: check-added-large-files args: ["--maxkb=500"] - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black-jupyter @@ -27,6 +27,6 @@ repos: ] - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout