readme pre-commit

This commit is contained in:
Jake Hillion 2020-11-04 22:55:03 +00:00
parent 0916f6ba16
commit c5513d4aba
2 changed files with 26 additions and 81 deletions

View File

@ -1,4 +1,13 @@
# Dissertation Evaluation
A Python backing to partially automate producing the graphs for my dissertation using an iPython Notebook and a Proxmox server.
# Git
## Hooks
### pre-commit
Clears the output of the Jupyter notebook to avoid Git churn.
#!/bin/sh
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace evaluation.ipynb
git add evaluation.ipynb

File diff suppressed because one or more lines are too long