summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2020-08-29 10:22:49 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-30 15:36:34 +0000
commitdb537b1b23a0d52a764a1e03111a9ebdcc278fa4 (patch)
treeedc5acf5b05ead982888941c290e10a506377175 /setup.cfg
parent9c3d147a0267ebbe39e91ed7f638e2ed76494b51 (diff)
downloadbuildstream-db537b1b23a0d52a764a1e03111a9ebdcc278fa4.tar.gz
_variables.pyi: Add type annotations for _variables.pyx
This enables type checking from mypy on 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 e8ba5ac35..971bb970b 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._loader.*,buildstream._types,buildstream._utils,buildstream._variables]
+[mypy-buildstream.node,buildstream._loader.*,buildstream._types,buildstream._utils]
ignore_missing_imports=True
# Ignore issues with generated files and vendored code