summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 812d60e91..3807b9c10 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -60,17 +60,4 @@ module = [
warn_unused_ignores = false
strict = true
-[[tool.mypy.overrides]]
-
-#####################################################################
-# interim list of modules that need some level of type checking to
-# pass
-module = [
-
- "sqlalchemy.engine.reflection",
-
-]
-
-ignore_errors = true
-warn_unused_ignores = false