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