From 1c7f3f873439586221e639a6af10e0d82f4fee2e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 7 May 2023 23:44:51 -0500 Subject: [PATCH] chore: typo :| --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c19cec..1d98da3 100644 --- a/Makefile +++ b/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)