summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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