Skip to content

Commit

Permalink
replaced bas jupytext hook
Browse files Browse the repository at this point in the history
  • Loading branch information
marlanperumal committed Mar 7, 2021
1 parent c65e9b9 commit 88e45b5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
- id: jupytext
name: jupytext
description: Runs jupytext on all notebooks and paired files.
language: python
entry: jupytext --pre-commit-mode
require_serial: true
# We have only added the most frequent text notebook types, but
# many more types are actually supported (r, matlab, js, bash, powershell, robot, ...)
# If you need support for one of these other extensions, please override this default value
types_or: [jupyter, markdown, python]

- id: jupytext-notebookless
name: jupytext notebookless
description: Runs jupytext on all paired files. Ignore notebooks
language: python
entry: jupytext
Expand Down

0 comments on commit 88e45b5

Please sign in to comment.