We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466c4d7 commit e6da7b5Copy full SHA for e6da7b5
.pre-commit-hooks.yaml
@@ -1,14 +1,14 @@
1
- &hook
2
- id: nbdev_clean
3
- name: nbdev_clean
4
- entry: nbdev_clean
+ id: nbdev-clean
+ name: nbdev-clean
+ entry: nbdev-clean
5
description: "Clean metadata from notebooks to avoid merge conflicts"
6
language: python
7
always_run: true
8
pass_filenames: false
9
10
- <<: *hook
11
- id: nbdev_export
12
- name: nbdev_export
13
- entry: nbdev_export
+ id: nbdev-export
+ name: nbdev-export
+ entry: nbdev-export
14
description: "Export notebooks to modules and build modidx"
0 commit comments