Disable jupytext pre-commit again.
parent
fed4b33611
commit
51201c2bc9
|
@ -19,12 +19,12 @@ repos:
|
|||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/mwouts/jupytext
|
||||
rev: v1.14.7
|
||||
hooks:
|
||||
- id: jupytext
|
||||
args: [ --from, "py:percent", --to, "ipynb" ]
|
||||
additional_dependencies:
|
||||
- isort==5.12.0 # Matches hook
|
||||
- black==23.3.0
|
||||
- flake8==6.0.0
|
||||
# - repo: https://github.com/mwouts/jupytext
|
||||
# rev: v1.14.7
|
||||
# hooks:
|
||||
# - id: jupytext
|
||||
# args: [ --from, "py:percent", --to, "ipynb" ]
|
||||
# additional_dependencies:
|
||||
# - isort==5.12.0 # Matches hook
|
||||
# - black==23.3.0
|
||||
# - flake8==6.0.0
|
||||
|
|
Loading…
Reference in New Issue