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