Skip to content

Commit

Permalink
Merge pull request #385 from torchsynth/update_precommit
Browse files Browse the repository at this point in the history
Update precommit
  • Loading branch information
turian committed Sep 11, 2022
2 parents 115af79 + 9ddf96d commit 42229fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/kynan/nbstripout
rev: 0.3.9
rev: 0.6.0
hooks:
- id: nbstripout
- repo: https://github.com/mwouts/jupytext
rev: v1.11.2
rev: v1.14.1
hooks:
- id: jupytext
args: [--sync, --pipe, black]
additional_dependencies:
- black==21.5b0 # Matches hook
- black==22.6.0 # Matches hook
- repo: https://github.com/psf/black
rev: 21.5b0
rev: 22.6.0
hooks:
- id: black
language_version: python3

0 comments on commit 42229fa

Please sign in to comment.