Skip to content

Commit 1905266

Browse files
authored
add enforce-notebook-run-order pre-commit hook to config
1 parent 27ff3e4 commit 1905266

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ repos:
2020
- id: trailing-whitespace
2121
- id: end-of-file-fixer
2222
- id: debug-statements
23+
24+
- repo: https://github.com/christopher-hacker/enforce-notebook-run-order
25+
rev: 2.1.1
26+
hooks:
27+
- id: enforce-notebook-run-order

0 commit comments

Comments
 (0)