lint code

This commit is contained in:
grillazz
2025-11-16 15:23:36 +01:00
parent c80b8d841c
commit b10665c64e
4 changed files with 13 additions and 15 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