Skip to content

Commit

Permalink
Add notebook validation (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 authored Nov 14, 2024
1 parent a58ee12 commit 4179de4
Show file tree
Hide file tree
Showing 60 changed files with 4,183 additions and 3,725 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ repos:
- id: nb-check
name: nb-check
entry: resources/nb-check.py
language: system
language: python
files: \.ipynb$
exclude: notebooks/notebook-style-guide/notebook.ipynb
additional_dependencies: [nbformat==5.10.4]
- id: nb-meta-check
name: nb-meta-check
entry: resources/nb-meta-check.py
Expand Down
Loading

0 comments on commit 4179de4

Please sign in to comment.