mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
refactor: fix ruff lint deprecated stuff
This commit is contained in:
2
Makefile
2
Makefile
@@ -39,7 +39,7 @@ py-upgrade: ## Upgrade project py files with pyupgrade library for python versio
|
||||
|
||||
.PHONY: lint
|
||||
lint: ## Lint project code.
|
||||
poetry run ruff --fix .
|
||||
poetry run ruff check --fix .
|
||||
|
||||
.PHONY: slim-build
|
||||
slim-build: ## with power of docker-slim build smaller and safer images
|
||||
|
||||
Reference in New Issue
Block a user