From b71b791d2606d02284c5f4724243b1476071853c Mon Sep 17 00:00:00 2001 From: Florian Strzelecki Date: Sun, 1 Sep 2024 15:28:54 +0200 Subject: [PATCH] mypy: add --disallow-incomplete-defs option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7578bd058..98e76cd01 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ lint-style: flake8 sopel/ test/ lint-type: - mypy --check-untyped-defs sopel + mypy --check-untyped-defs --disallow-incomplete-defs sopel .PHONY: test test_norecord test_novcr vcr_rerecord test: