Skip to content

Commit 9a7a523

Browse files
committed
Exclude test_pprint from ruff formatting
1 parent 9655e28 commit 9a7a523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/.ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ extend-exclude = [
1212
"test_annotationlib.py",
1313
"test_string/test_templatelib.py",
1414
"test_tstring.py",
15+
"test_pprint.py",
1516
# New grammar constructions may not yet be recognized by Ruff,
1617
# and tests re-use the same names as only the grammar is being checked.
1718
"test_grammar.py",

0 commit comments

Comments
 (0)