mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
update project dependencies
This commit is contained in:
5
Makefile
5
Makefile
@@ -43,8 +43,3 @@ format: ## Format project code.
|
||||
isort the_app tests
|
||||
autoflake --remove-all-unused-imports --recursive --remove-unused-variables --in-place the_app tests --exclude=__init__.py
|
||||
black the_app tests --line-length=120
|
||||
|
||||
|
||||
.PHONY: secret
|
||||
secret: ## Generate random secret.
|
||||
openssl rand -hex 32
|
||||
|
||||
Reference in New Issue
Block a user