aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-14 14:37:30 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-16 20:28:56 -0700
commit3526b36a772b1ae38c7c0be30cf8cdb766e8914f (patch)
tree64349c89c568a9b9004d12b175bef16fedf32d7c /run_mypy.py
parent4401668c9ac8c42d2e8633e32d168a2c5e1b0ee8 (diff)
downloadmeson-3526b36a772b1ae38c7c0be30cf8cdb766e8914f.zip
meson-3526b36a772b1ae38c7c0be30cf8cdb766e8914f.tar.gz
meson-3526b36a772b1ae38c7c0be30cf8cdb766e8914f.tar.bz2
linkers: fully type annotate and fix mypy issues
This makes GnuDynamicLinker not suitable for instantiation, so the tests need to be changed to use the BFD class.
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py
index d5ec55d..953c20d 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -21,6 +21,7 @@ modules = [
'mesonbuild/dependencies/mpi.py',
'mesonbuild/envconfig.py',
'mesonbuild/interpreterbase.py',
+ 'mesonbuild/linkers.py',
'mesonbuild/mcompile.py',
'mesonbuild/mesonlib.py',
'mesonbuild/minit.py',