Skip to content

Commit cdf4b39

Browse files
committed
Condense directory names for 1.8 rc1.
1 parent 028abfe commit cdf4b39

File tree

167 files changed

+39
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+39
-39
lines changed

run_format_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def check_format() -> None:
5151
'work area',
5252
'.eggs', '_cache', # e.g. .mypy_cache
5353
'venv', # virtualenvs have DOS line endings
54-
'121 rewrite', # we explicitly test for tab in meson.build file
54+
'120 rewrite', # we explicitly test for tab in meson.build file
5555
'3 editorconfig',
5656
}
5757
for (root, _, filenames) in os.walk('.'):

0 commit comments

Comments
 (0)