summaryrefslogtreecommitdiff
path: root/run_format_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_format_tests.py')
-rw-r--r--run_format_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_format_tests.py b/run_format_tests.py
index 1bf997ccc..70fa1212e 100644
--- a/run_format_tests.py
+++ b/run_format_tests.py
@@ -63,7 +63,7 @@ def check_format() -> None:
'work area',
'.eggs', '_cache', # e.g. .mypy_cache
'venv', # virtualenvs have DOS line endings
- '118 rewrite', # we explicitly test for tab in meson.build file
+ '120 rewrite', # we explicitly test for tab in meson.build file
}
for (root, _, filenames) in os.walk('.'):
if any([x in root for x in skip_dirs]):