From 858bd57f18a7f8f83016abf7ff8a726e6e74c570 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 8 Nov 2020 10:46:25 +0000 Subject: [PATCH] Run mypy against tests on CI (#392) Co-authored-by: Andrew Svetlov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77cf08cd..114de743 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ fmt: .PHONY: lint lint: fmt - mypy --strict aiohttp_jinja2 + mypy --strict .PHONY: test test: