diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d6623d..d976f2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Run Black - the uncompromising Python code formatter - - repo: https://github.com/psf/black - rev: 25.9.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black-jupyter @@ -23,7 +23,7 @@ repos: # Make sure that Jupyter notebooks under version control # have their outputs stripped before committing - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout files: ".ipynb"