aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-07-09 14:21:37 -0700
committerDylan Baker <dylan@pnwbakers.com>2024-07-16 15:13:31 -0700
commit978a58ea1ebd8274a43cbe5a624b4a8d45bdef65 (patch)
treecab665323e4a8801f88fc51af6472da62629f54f /run_mypy.py
parentff2a6d999ac9d3f28cc479531e006ad8f937cb45 (diff)
downloadmeson-978a58ea1ebd8274a43cbe5a624b4a8d45bdef65.zip
meson-978a58ea1ebd8274a43cbe5a624b4a8d45bdef65.tar.gz
meson-978a58ea1ebd8274a43cbe5a624b4a8d45bdef65.tar.bz2
unittests: Add type annotations to the helpers module
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 35a90e8..f72e96b 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -84,6 +84,7 @@ additional = [
'tools',
'docs/genrefman.py',
'docs/refman',
+ 'unittests/helpers.py',
]
if os.name == 'posix':