Skip to content

Commit 4179de4

Browse files
authored
Add notebook validation (#124)
1 parent a58ee12 commit 4179de4

File tree

60 files changed

+4183
-3725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4183
-3725
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ repos:
4444
- id: nb-check
4545
name: nb-check
4646
entry: resources/nb-check.py
47-
language: system
47+
language: python
4848
files: \.ipynb$
4949
exclude: notebooks/notebook-style-guide/notebook.ipynb
50+
additional_dependencies: [nbformat==5.10.4]
5051
- id: nb-meta-check
5152
name: nb-meta-check
5253
entry: resources/nb-meta-check.py

0 commit comments

Comments
 (0)