summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-08-29 10:34:24 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-30 15:36:34 +0000
commitc50e755911243d6110256a6fc7f011f4a2a323f4 (patch)
tree656e86287b4bf0d193aa1d447fc17ea6821c1d38 /setup.cfg
parentdb537b1b23a0d52a764a1e03111a9ebdcc278fa4 (diff)
downloadbuildstream-c50e755911243d6110256a6fc7f011f4a2a323f4.tar.gz
_loader: Add type information for the loader package's cython files
This helps with type checking and give better feedback to mypy
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 971bb970b..6d35c9de5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,7 @@ ignore_missing_imports=True
# Ignore missing stubs for Cythonized modules.
# In future, these should be re-enabled by writing stubs for them.
-[mypy-buildstream.node,buildstream._loader.*,buildstream._types,buildstream._utils]
+[mypy-buildstream.node,buildstream._types,buildstream._utils]
ignore_missing_imports=True
# Ignore issues with generated files and vendored code