summaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-06-05 17:51:06 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-06-06 01:34:49 +0300
commit6798bc8146416496b68b3d960faa25dc916dc7c1 (patch)
tree8d3f878ee773eeac9d6d40a3148d99de13cad374 /run_mypy.py
parentd13999f5b471129d0dbf7217c59d790ba4f8d1ff (diff)
downloadmeson-6798bc8146416496b68b3d960faa25dc916dc7c1.tar.gz
typing: Fully annotate dependencies.pkgconfig
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 f1525bece..bbf4d76a0 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -25,6 +25,7 @@ modules = [
'mesonbuild/dependencies/boost.py',
'mesonbuild/dependencies/hdf5.py',
'mesonbuild/dependencies/mpi.py',
+ 'mesonbuild/dependencies/pkgconfig.py',
'mesonbuild/dependencies/qt.py',
'mesonbuild/envconfig.py',
'mesonbuild/interpreterbase.py',