mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
add jwt to config.py
This commit is contained in:
5
Makefile
5
Makefile
@@ -31,9 +31,12 @@ safety: ## Check project and dependencies with safety https://github.com/pyupio/
|
||||
docker-compose run --rm app safety check
|
||||
|
||||
.PHONY: lint
|
||||
lint: ## Linte project code.
|
||||
lint: ## Lint project code.
|
||||
isort .
|
||||
black --fast --line-length=120 .
|
||||
mypy --ignore-missing-imports the_app
|
||||
flake8 --config .flake8 .
|
||||
|
||||
.PHONY: secret
|
||||
secret: ## Generate random secret.
|
||||
openssl rand -hex 32
|
||||
|
||||
Reference in New Issue
Block a user