Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent e1d277a commit dc95b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def notebook_modification_function(notebook_content, notebook_filename):
dummy_notebook_content["cells"] + notebook_content["cells"]
)


jupyterlite_contents = ["tutorials"]
# numpydoc_validation_checks = {"all"} # can be uncommented to get the warnings from numpy.

Expand Down
1 change: 1 addition & 0 deletions tutorials/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

```python
import numpy as np

print(np.pi)
```

0 comments on commit dc95b56

Please sign in to comment.