Disable jupytext pre-commit again.

master
junos 2023-07-03 18:24:37 +02:00
parent fed4b33611
commit 51201c2bc9
1 changed files with 9 additions and 9 deletions

View File

@ -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