diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2023-06-30 10:40:11 -0700 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-07-25 15:50:21 -0400 |
| commit | 9ae6e38e90d9a0ddcc1bb8a85eb04220f4976841 (patch) | |
| tree | 51f20459db20eb35d0bcd715ecbf8388c349e0fa /run_mypy.py | |
| parent | 65a0cd127e1b180965a1aa5d139c0aac68557c03 (diff) | |
| download | meson-9ae6e38e90d9a0ddcc1bb8a85eb04220f4976841.tar.gz | |
mypy: add templates to checked modules
Diffstat (limited to 'run_mypy.py')
| -rwxr-xr-x | run_mypy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index 3be79bca4..15dd5a628 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -20,6 +20,7 @@ modules = [ 'mesonbuild/interpreterbase/', 'mesonbuild/linkers/', 'mesonbuild/scripts/', + 'mesonbuild/templates/', 'mesonbuild/wrap/', # specific files |
