We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea9c35 commit af3fbddCopy full SHA for af3fbdd
.pre-commit-hooks.yaml
@@ -0,0 +1,14 @@
1
+- &hook
2
+ id: nbdev_clean
3
+ name: nbdev_clean
4
+ entry: nbdev_clean
5
+ description: "Clean metadata from notebooks to avoid merge conflicts"
6
+ language: system
7
+ always_run: true
8
+ pass_filenames: false
9
+
10
+- <<: *hook
11
+ id: nbdev_export
12
+ name: nbdev_export
13
+ entry: nbdev_export
14
+ description: "Export notebooks to modules and build modidx"
0 commit comments