Skip to content

Commit 93380b5

Browse files
loic-simonhugovk
andauthored
Fix names sorting in Lib/test/.ruff.toml
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 9a7a523 commit 93380b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ extend-exclude = [
1010
"encoded_modules/module_koi8_r.py",
1111
# SyntaxError because of t-strings
1212
"test_annotationlib.py",
13+
"test_pprint.py",
1314
"test_string/test_templatelib.py",
1415
"test_tstring.py",
15-
"test_pprint.py",
1616
# New grammar constructions may not yet be recognized by Ruff,
1717
# and tests re-use the same names as only the grammar is being checked.
1818
"test_grammar.py",

0 commit comments

Comments
 (0)