From ae4788e75ff84606d5d907256cd7175af5af9b5d Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Thu, 10 Mar 2022 16:41:44 -0600 Subject: Move mypy config from setup.cfg to pyroject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 29e591d..7b44a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,3 +144,6 @@ skip = [ 'tests/compat/', ] known_first_party = ['tests'] + +[tool.mypy] +ignore_missing_imports = true -- cgit v1.2.1