diff options
| author | Eddy Pedroni <epedroni@pm.me> | 2024-10-16 22:45:23 +0200 |
|---|---|---|
| committer | Eddy Pedroni <epedroni@pm.me> | 2024-10-16 22:45:23 +0200 |
| commit | 19aad3fdc3b10312743ff0399a5ad472e6573cad (patch) | |
| tree | f02a11c5b430e077e45f4ca6d432ef38a6b6b21d /pre-commit | |
| parent | 81949cce8b03703605b2b54d89f37e27617fa0d0 (diff) | |
Add makefile, pre-commit hook
Diffstat (limited to 'pre-commit')
| -rw-r--r-- | pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pre-commit b/pre-commit new file mode 100644 index 0000000..9c577e5 --- /dev/null +++ b/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh + +./venv/bin/pytest tests/* +exit $? |
