make and pipfile updated

This commit is contained in:
grillazz
2021-05-05 20:54:39 +02:00
parent 39b9b8788e
commit c5940fb8cb
2 changed files with 181 additions and 167 deletions

View File

@@ -27,8 +27,9 @@ test: ## Run project tests
docker-compose run --rm app pytest
.PHONY: lint
lint: ## Linter project code.
lint: ## Linte project code.
isort .
black --fast --line-length=120 .
mypy --ignore-missing-imports the_app
flake8 --config .flake8 .