diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-09 15:42:09 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-09 16:52:16 +0200 |
| commit | 0279acbfe54a83fa110cf7587b480e8f38adc634 (patch) | |
| tree | 290cf8bf417be04b19a6b71c95b4cd61ddaea5e3 /run_format_tests.py | |
| parent | 910db36e3851f384b4aa2bfb834af92f88b61d77 (diff) | |
| download | meson-0279acbfe54a83fa110cf7587b480e8f38adc634.tar.gz | |
Condensed directory names for release.
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 30c975882..dee787b33 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 - '120 rewrite', # we explicitly test for tab in meson.build file + '121 rewrite', # we explicitly test for tab in meson.build file '3 editorconfig', } for (root, _, filenames) in os.walk('.'): |
