Skip to content

Commit ebdb097

Browse files
authored
[AL-4860] Add pre-commit hook to format notebooks
2 parents 5efd92b + 9ceefc6 commit ebdb097

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)