Files
masterthesis-playground/hooks/pre-commit

7 lines
87 B
Bash

#!/bin/bash
set -e
./convert_jupytext.sh py
echo "✅ Jupytext conversion complete."