You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,12 @@ To run a pydocstyle check you simply execute the terminal command:
93
93
94
94
You can configure pydocstyle by adding a section for it in the [setup.cfg](setup.cfg) file. For this template we're using the numpy documentation convention and we're choosing to ignore some specific standards (e.g. D400 - docstring should be in imperative mood)
95
95
96
+
## nbstripout
97
+
[nbstripout](https://github.com/kynan/nbstripout) strips out output from Jupyter notebooks
98
+
Here we're using it as a pre-commit hook and it's configured in the .pre-commit-config.yaml
99
+
100
+
Here is a video showing the main functionalities -> https://www.youtube.com/watch?v=BEMP4xacrVc
101
+
96
102
## pytest
97
103
Quotting the the [pytest documentation](https://docs.pytest.org/en/6.2.x/index.html) directly:
98
104
*"The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries."*
0 commit comments