summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2021-08-30 21:39:40 +0200
committerCaselIT <cfederico87@gmail.com>2021-08-30 21:39:40 +0200
commitecf6217ab5096bda75fd8ae4e819f412c020c096 (patch)
tree1f0ce6c2a63653dded848243140d25df01257f7b /setup.cfg
parent9f7caecd701db7cd76bbcdcf462b92e4970b4ab3 (diff)
downloadalembic-ecf6217ab5096bda75fd8ae4e819f412c020c096.tar.gz
fix mypy errors
Change-Id: If49e0ff00f0b00ed914ddb8979ae49c3a8a10a0e
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 992a7ac..d034e61 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -127,3 +127,9 @@ ignore_missing_imports = True
[mypy-sqlalchemy.testing.*]
ignore_missing_imports = True
+
+[mypy-importlib_resources.*]
+ignore_missing_imports = True
+
+[mypy-importlib_metadata.*]
+ignore_missing_imports = True