diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e907bc..a293dc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,14 +10,14 @@ repos: additional_dependencies: ['nbconvert'] entry: python3 -m nbconvert --ClearOutputPreprocessor.enabled=True --inplace - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer exclude: ^draft/ - id: trailing-whitespace exclude: ^draft/ - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.8.0 hooks: - id: black-jupyter exclude: ^draft/