pyDVL
pyDVL copied to clipboard
pre-commit kills unstaged changes in notebooks
- Edit a notebook, do not stage it
- Commit some other file, not a notebook.
- BAM! you lost your working copy of the notebook.
This seems to happen only if no notebook is staged. Maybe it doesn't happen if a notebook fails the pre-commit?