Skip to content

Commit

Permalink
Merge 70bfa66 into 29f3774
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 25, 2023
2 parents 29f3774 + 70bfa66 commit 0041253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.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: 23.12.1
hooks:
- id: black-jupyter
exclude: ^draft/

0 comments on commit 0041253

Please sign in to comment.