Skip to content

Commit 71cb80b

Browse files
grillazzCopilot
andauthored
Update Makefile
Co-authored-by: Copilot <[email protected]>
1 parent cd5f391 commit 71cb80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ safety: ## Check for insecure dependencies
6060

6161
.PHONY: py-upgrade
6262
py-upgrade: ## Upgrade Python syntax to a newer version
63-
pyupgrade --py313-plus `find api1 -name "*.py"`
63+
pyupgrade --py313-plus `find app -name "*.py"`
6464

6565
.PHONY: lint
6666
lint: ## Lint and format project code

0 commit comments

Comments
 (0)