Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.7.0 → 24.2.0](psf/black@23.7.0...24.2.0)
  • Loading branch information
pre-commit-ci[bot] committed Feb 12, 2024
1 parent 29f3774 commit 61b4aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
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: 24.2.0
hooks:
- id: black-jupyter
exclude: ^draft/

0 comments on commit 61b4aa2

Please sign in to comment.