From 91fbc99567636bcce76a8a182452884f32906c30 Mon Sep 17 00:00:00 2001 From: Anton Tetov <anton@tetov.se> Date: Tue, 19 Oct 2021 13:39:45 +0200 Subject: [PATCH] build: added mypy --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d2f3dc6..1d72619 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,7 @@ dev = black flake8 isort >= 5.0.0 + mypy [flake8] max-line-length = 88 -- GitLab