docs: explain what `type-check` does

This commit is contained in:
Piotr Idzik 2023-06-22 22:20:05 +02:00 committed by Daniel Kantor
parent 77a1845d61
commit fe1c2f1dd7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ format: ## Run black formatter
format-fix: ## Run black formatter with automated fix
poetry run black $(PYTHON_FILEPATHS)
type-check: ## Run black formatter with automated fix
type-check: ## Run mypy
poetry run mypy $(PYTHON_FILEPATHS)
pycache-delete: ## Delete the __pycache__ folders