From 80b8dc528e38c7e12f8dcbaed79ac6311e612cf2 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Sat, 29 Aug 2020 12:02:16 +0100 Subject: 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. --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.1