From 04ce9858fe8a1f3b594daf88955a53a752657969 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Thu, 21 Apr 2022 16:28:37 -0700 Subject: [PATCH] Use mypy check-untyped-defs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 053e782..745e3c9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL=/bin/bash lint: flake8 - mypy requests_http_signature + mypy --check-untyped-defs requests_http_signature test: lint python ./test/test.py -v