Skip to content

Commit 0279acb

Browse files
committed
Condensed directory names for release.
1 parent 910db36 commit 0279acb

File tree

129 files changed

+37
-36
lines changed

Some content is hidden

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

129 files changed

+37
-36
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-
'120 rewrite', # we explicitly test for tab in meson.build file
54+
'121 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)