chore: typo :|

This commit is contained in:
Daylin Morgan 2023-05-07 23:44:51 -05:00
parent afe6b7fbfc
commit 1c7f3f8734
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -5,7 +5,7 @@ SRC_FILES := $(wildcard yartsu/*)
.PHONY: lint typecheck build format
check: lint typecheck ## apply formatting, linting and typechecking (default)
typcheck: ## perform typechecking
typecheck: ## perform typechecking
pdm run mypy yartsu
lint: ## format/lint with pre-commit(black,isort,flake8)