diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-10 22:40:15 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-11 00:54:54 +0300 |
| commit | 89647c3073f4530f24d0e06c45d1f6c6d0f99933 (patch) | |
| tree | 313d68a5e055920050c04ebebdbe058e94f9e363 /run_format_tests.py | |
| parent | 651aede977179c5fe382744e3dd91ca8e01d050c (diff) | |
| download | meson-89647c3073f4530f24d0e06c45d1f6c6d0f99933.tar.gz | |
Condense test directory names.
Diffstat (limited to 'run_format_tests.py')
| -rwxr-xr-x | run_format_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_format_tests.py b/run_format_tests.py index dee787b33..30c975882 100755 --- a/run_format_tests.py +++ b/run_format_tests.py @@ -51,7 +51,7 @@ def check_format() -> None: 'work area', '.eggs', '_cache', # e.g. .mypy_cache 'venv', # virtualenvs have DOS line endings - '121 rewrite', # we explicitly test for tab in meson.build file + '120 rewrite', # we explicitly test for tab in meson.build file '3 editorconfig', } for (root, _, filenames) in os.walk('.'): |
