Skip to content

Commit e6da7b5

Browse files
committed
names
1 parent 466c4d7 commit e6da7b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-hooks.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
- &hook
2-
id: nbdev_clean
3-
name: nbdev_clean
4-
entry: nbdev_clean
2+
id: nbdev-clean
3+
name: nbdev-clean
4+
entry: nbdev-clean
55
description: "Clean metadata from notebooks to avoid merge conflicts"
66
language: python
77
always_run: true
88
pass_filenames: false
99

1010
- <<: *hook
11-
id: nbdev_export
12-
name: nbdev_export
13-
entry: nbdev_export
11+
id: nbdev-export
12+
name: nbdev-export
13+
entry: nbdev-export
1414
description: "Export notebooks to modules and build modidx"

0 commit comments

Comments
 (0)