aboutsummaryrefslogtreecommitdiff
path: root/run_mypy.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-06-22 23:16:15 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-06-29 11:28:08 +0200
commitc0a2025d038a08092212bfc45e7bbb46ff1e8e52 (patch)
tree06f1d5fc7cd0c7bf3b5a1ec8334dd6f60c74125f /run_mypy.py
parent3e396b3782813d36d46195564cd0e111422bcaf5 (diff)
downloadmeson-c0a2025d038a08092212bfc45e7bbb46ff1e8e52.zip
meson-c0a2025d038a08092212bfc45e7bbb46ff1e8e52.tar.gz
meson-c0a2025d038a08092212bfc45e7bbb46ff1e8e52.tar.bz2
tests: test that we always set encoding
Diffstat (limited to 'run_mypy.py')
-rwxr-xr-xrun_mypy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_mypy.py b/run_mypy.py
index 22a9bdd..906bfe3 100755
--- a/run_mypy.py
+++ b/run_mypy.py
@@ -42,7 +42,7 @@ modules = [
'mesonbuild/optinterpreter.py',
'mesonbuild/programs.py',
- 'run_encoding_tests.py',
+ 'run_custom_lint.py',
'run_mypy.py',
'run_project_tests.py',
'run_single_test.py',