From 3bbe66e971dfe84dcffa702c2673fb136da0a508 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 26 Oct 2023 19:23:20 +0300 Subject: Condense test directories for RC1. --- run_format_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_format_tests.py') 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]): -- cgit v1.2.3