Skip to content

Commit 4f91ea3

Browse files
committed
Skip test_tstring.py from ruff
1 parent 7573346 commit 4f91ea3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/.ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ extend-exclude = [
77
# Failed to lint
88
"encoded_modules/module_iso_8859_1.py",
99
"encoded_modules/module_koi8_r.py",
10+
# SyntaxError because of t-strings
11+
"test_tstring.py",
1012
# TODO Fix: F811 Redefinition of unused name
1113
"test_buffer.py",
1214
"test_dataclasses/__init__.py",

0 commit comments

Comments
 (0)