From e5c72f4de5ba8fdb96dff6255c48c0e5db44b8d7 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Sat, 29 Aug 2020 10:45:41 +0100 Subject: _utils.pyi: Add type information for _utils.pyx --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6d35c9de5..a6b546042 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,buildstream._utils] +[mypy-buildstream.node,buildstream._types] ignore_missing_imports=True # Ignore issues with generated files and vendored code -- cgit v1.2.1