From 6385b40e9f84b3c95c4aff73ec30ca02053d6e49 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 24 Jan 2021 13:29:45 -0600 Subject: [PATCH] Add empty mypy section to setup.cfg to convince mypy that setup.cfg is its config --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 726eb08..3c5bb21 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,8 @@ inline-quotes = " docstring-quotes = """ multiline-quotes = """ +[mypy] + [mypy-pytato.transform] disallow_subclassing_any = False -- GitLab