Merge branch 'switch-logger-to-rotoger' of https://github.com/grillazz/fastapi-sqlalchemy-asyncpg into switch-logger-to-rotoger

This commit is contained in:
grillazz
2025-12-25 16:03:39 +01:00
9 changed files with 155 additions and 664 deletions

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 app -name "*.py"`
pyupgrade --py314-plus `find app -name "*.py"`
.PHONY: lint
lint: ## Lint and format project code