summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-08-29 12:02:16 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-30 15:36:34 +0000
commit80b8dc528e38c7e12f8dcbaed79ac6311e612cf2 (patch)
tree64d806cd21d9d83a43aa1f2984fe3ac501050348 /setup.cfg
parent20efef5ee45ca8acee893a4a7e89a96f1c773fc5 (diff)
downloadbuildstream-80b8dc528e38c7e12f8dcbaed79ac6311e612cf2.tar.gz
node.pyi: Add type annotations for the node module
This does not contain all the possible needed annotations, but just enough to have mypy pass.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 55c25ce7b..f2ae3c316 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,11 +31,6 @@ warn_no_return = True
[mypy-copyreg,grpc,pluginbase,psutil,py,pyroaring,pytest,_pytest.*,ruamel]
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]
-ignore_missing_imports=True
-
# Ignore issues with generated files and vendored code
[mypy-buildstream._protos.*,buildstream._version]
ignore_errors = True