summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-08-29 10:51:39 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-30 15:36:34 +0000
commit20efef5ee45ca8acee893a4a7e89a96f1c773fc5 (patch)
tree5b849d4b1154f3faaa8e6b7c52f94727b4f09f54 /setup.cfg
parente5c72f4de5ba8fdb96dff6255c48c0e5db44b8d7 (diff)
downloadbuildstream-20efef5ee45ca8acee893a4a7e89a96f1c773fc5.tar.gz
_types.pyi: Add type information for the cython module
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 a6b546042..55c25ce7b 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._types]
+[mypy-buildstream.node]
ignore_missing_imports=True
# Ignore issues with generated files and vendored code