mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
chore: typo :|
This commit is contained in:
parent
afe6b7fbfc
commit
1c7f3f8734
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue