We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff
Tools/wasm
1 parent a15aeec commit 20b8dfaCopy full SHA for 20b8dfa
Tools/wasm/.ruff.toml
@@ -20,9 +20,3 @@ select = [
20
"W", # pycodestyle
21
"YTT", # flake8-2020
22
]
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