Update Makefile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ordinary Hobbit
2025-09-20 17:59:49 +02:00
committed by GitHub
parent cd5f391683
commit 71cb80b155

View File

@@ -60,7 +60,7 @@ safety: ## Check for insecure dependencies
.PHONY: py-upgrade
py-upgrade: ## Upgrade Python syntax to a newer version
pyupgrade --py313-plus `find api1 -name "*.py"`
pyupgrade --py313-plus `find app -name "*.py"`
.PHONY: lint
lint: ## Lint and format project code