diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-08-30 13:15:09 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-09-08 20:15:57 +0200 |
commit | 6b1b995b32a867614535ba1d1c80844b273fc053 (patch) | |
tree | f97056fea4a657323ea977d30092485f2b6cf651 /run_mypy.py | |
parent | 3dbfe8f75a17966917879e2be6037b262d807bac (diff) | |
download | meson-6b1b995b32a867614535ba1d1c80844b273fc053.zip meson-6b1b995b32a867614535ba1d1c80844b273fc053.tar.gz meson-6b1b995b32a867614535ba1d1c80844b273fc053.tar.bz2 |
typing: fully annotate fs module
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 c7d44b6..3369b1a 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -38,6 +38,7 @@ strict_modules = [ 'mesonbuild/ast', 'mesonbuild/wrap', 'mesonbuild/scripts', + 'mesonbuild/modules/fs.py', 'mesonbuild/dependencies/boost.py', 'mesonbuild/dependencies/hdf5.py', 'mesonbuild/compilers/mixins/intel.py', |