mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user