feat: Remove obsolete CSV migration target from Makefile

This commit is contained in:
William Valentin
2025-07-30 11:31:34 -07:00
parent 7380d9a8a9
commit e0faf20a56

View File

@@ -133,14 +133,9 @@ test-edit-functionality: ## Test the enhanced edit functionality
test-edit-window: $(VENV_ACTIVATE) ## Test edit window functionality (save and delete)
@echo "Running edit window functionality test..."
$(PYTHON) scripts/test_edit_window_functionality.py
test-dose-editing: $(VENV_ACTIVATE) ## Test dose editing functionality in edit window
@echo "Running dose editing functionality test..."
$(PYTHON) scripts/test_dose_editing_functionality.py
migrate-csv: $(VENV_ACTIVATE) ## Migrate CSV to new format with dose tracking
@echo "Migrating CSV to new format..."
.venv/bin/python migrate_csv.py
lint: ## Run the linter
@echo "Running the linter..."
docker-compose exec ${TARGET} pipenv run pre-commit run --all-files