diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-10-03 21:25:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 21:25:04 -0700 |
commit | 10b44584ff0b1f49ece260a48f89eb59c123616f (patch) | |
tree | 3bc4f127fe0ecfc81aed2d871820efa1aa133138 /run_mypy.py | |
parent | 264939963f696cbf768b1d7c8011d72a8064323f (diff) | |
parent | 2fe400c350a49930c3fbe86602efa9e0950bb1cb (diff) | |
download | meson-10b44584ff0b1f49ece260a48f89eb59c123616f.zip meson-10b44584ff0b1f49ece260a48f89eb59c123616f.tar.gz meson-10b44584ff0b1f49ece260a48f89eb59c123616f.tar.bz2 |
Merge pull request #7795 from dcbaker/submit/full-compiler-annotations
Full annotations for the Compiler package
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-x | run_mypy.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/run_mypy.py b/run_mypy.py index 04f563a..db578be 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -10,16 +10,12 @@ modules = [ # fully typed submodules 'mesonbuild/ast', 'mesonbuild/cmake', - 'mesonbuild/compilers/mixins', + 'mesonbuild/compilers', 'mesonbuild/scripts', 'mesonbuild/wrap', # specific files 'mesonbuild/arglist.py', - 'mesonbuild/compilers/compilers.py', - 'mesonbuild/compilers/c_function_attributes.py', - 'mesonbuild/compilers/objc.py', - 'mesonbuild/compilers/objcpp.py', # 'mesonbuild/coredata.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', |