Skip to content

Commit 20b8dfa

Browse files
committed
gh-139590: Stricter ruff rules for Tools/wasm
1 parent a15aeec commit 20b8dfa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tools/wasm/.ruff.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,3 @@ select = [
2020
"W", # pycodestyle
2121
"YTT", # flake8-2020
2222
]
23-
ignore = [
24-
"E501", # Line too long
25-
"F541", # f-string without any placeholders
26-
"PYI024", # Use `typing.NamedTuple` instead of `collections.namedtuple`
27-
"PYI025", # Use `from collections.abc import Set as AbstractSet`
28-
]

0 commit comments

Comments
 (0)