adds venv removal to makefile

This commit is contained in:
Michael Beck 2025-03-30 18:55:53 +02:00
parent 4cdd5898ee
commit d080c76245

View File

@ -12,6 +12,7 @@ run: venv
venv/bin/flask --app scipaperloader --debug run
format: venv
rm -rf venv
venv/bin/black . && venv/bin/isort .
format-check: venv