diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33f557d9..5dde4468 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,3 +22,8 @@ repos: - id: debug-statements - id: check-json files: '.json' + + - repo: https://github.com/christopher-hacker/enforce-notebook-run-order + rev: 2.1.1 + hooks: + - id: enforce-notebook-run-order