Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ repos:
- id: detect-missing-init
args: ['--create', "--track", "--python-folders", "tests,PySDM,examples/PySDM_examples"]

- repo: https://github.com/christopher-hacker/enforce-notebook-run-order
rev: 2.1.1
hooks:
- id: enforce-notebook-run-order

- repo: https://github.com/open-atmos/devops_tests
rev: v0.0.2
hooks:
Expand Down
Loading
Loading