Skip to content

Commit 9ceefc6

Browse files
committed
[AL-4860] Add pre-commit hook to format notebooks
1 parent 5efd92b commit 9ceefc6

39 files changed

+11248
-14544
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ repos:
55
- id: yapf
66
name: "yapf"
77
args: [-i, --style, google]
8+
- repo: https://github.com/datarootsio/databooks
9+
rev: 1.0.1
10+
hooks:
11+
- id: databooks-meta
12+
args: [examples, --overwrite]

0 commit comments

Comments
 (0)