Skip to content

Commit

Permalink
added notebookless pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
marlanperumal committed Mar 7, 2021
1 parent 508be51 commit c65e9b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
# 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
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: [markdown, python]

0 comments on commit c65e9b9

Please sign in to comment.