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/mwouts/jupytext: v1.15.0 → v1.15.1](mwouts/jupytext@v1.15.0...v1.15.1)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 11, 2023
1 parent d27c713 commit a7610f6
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 @@ -17,14 +17,14 @@ repos:
hooks:
- id: nbstripout
- repo: https://github.com/mwouts/jupytext
rev: v1.15.0
rev: v1.15.1
hooks:
- id: jupytext
args: [--sync, --pipe, black]
additional_dependencies:
- black==22.6.0 # Matches hook
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args: [--line-length, "100"]
Expand Down

0 comments on commit a7610f6

Please sign in to comment.