We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f391 commit 71cb80bCopy full SHA for 71cb80b
Makefile
@@ -60,7 +60,7 @@ safety: ## Check for insecure dependencies
60
61
.PHONY: py-upgrade
62
py-upgrade: ## Upgrade Python syntax to a newer version
63
- pyupgrade --py313-plus `find api1 -name "*.py"`
+ pyupgrade --py313-plus `find app -name "*.py"`
64
65
.PHONY: lint
66
lint: ## Lint and format project code
0 commit comments