From b49399028988c04ddb2707a57fdc90c684a25aa2 Mon Sep 17 00:00:00 2001 From: Dingkun Yang Date: Fri, 9 Aug 2024 14:39:13 -0400 Subject: [PATCH] v 0.0.27 fix mypy in lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34956d0..9165629 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ format: lint: pylint --recursive=y src tests - mypy src/ tests/ + mypy . # --disable=R,C --ignore-patterns=test_.*?py tests/*.py