aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-11-08 03:11:45 -0500
committerMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2019-11-17 00:17:00 -0500
commit3bbd06557686424d04859973fde21f69a85b47e6 (patch)
tree8f9c80622ddc8caaa283d51b5e515a965c2a75c7 /azure-pipelines.yml
parentc6f93b6bf67500c963cdaa33b0500ea1a15232b0 (diff)
downloadmeson-3bbd06557686424d04859973fde21f69a85b47e6.zip
meson-3bbd06557686424d04859973fde21f69a85b47e6.tar.gz
meson-3bbd06557686424d04859973fde21f69a85b47e6.tar.bz2
fs: use pathlib.Path, add type hint check
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5cac9da..ab0c7f2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -24,7 +24,7 @@ jobs:
displayName: 'Install Pylint, MyPy'
- script: pylint mesonbuild
displayName: Lint Checks
- - script: mypy --follow-imports=skip mesonbuild/mtest.py mesonbuild/minit.py mesonbuild/msetup.py mesonbuild/wrap tools/
+ - script: mypy --follow-imports=skip mesonbuild/mtest.py mesonbuild/minit.py mesonbuild/msetup.py mesonbuild/wrap tools/ mesonbuild/modules/fs.py
- job: vs2015