diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2023-09-12 17:50:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 17:50:13 +0300 |
| commit | d2dfef5205f031ab10591899a1fc5048ea6f4134 (patch) | |
| tree | 3e1be43920441f9167e9ee5498a357a1d378aec8 /run_format_tests.py | |
| parent | 1b6c9ad02ab88d92fd055ccc1307456105c064fe (diff) | |
| parent | 14e35b63c02a16f69dd1ad5bde775e6868965eb2 (diff) | |
| download | meson-d2dfef5205f031ab10591899a1fc5048ea6f4134.tar.gz | |
Merge pull request #12152 from bruchar1/ast-preserve-all
Preserve whitespaces and comments in AST
Diffstat (limited to 'run_format_tests.py')
| -rw-r--r-- | run_format_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_format_tests.py b/run_format_tests.py index 1f41f3d10..1bf997ccc 100644 --- a/run_format_tests.py +++ b/run_format_tests.py @@ -63,6 +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 } for (root, _, filenames) in os.walk('.'): if any([x in root for x in skip_dirs]): |
