From 71cb80b15546879067a83848fe012cae8777dc57 Mon Sep 17 00:00:00 2001 From: Ordinary Hobbit Date: Sat, 20 Sep 2025 17:59:49 +0200 Subject: [PATCH] Update Makefile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 214eba5..21ee17c 100644 --- a/Makefile +++ b/Makefile @@ -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