diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfe3c77c..b897b1b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,3 +20,8 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements + + - repo: https://github.com/christopher-hacker/enforce-notebook-run-order + rev: 2.1.1 + hooks: + - id: enforce-notebook-run-order