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.
1 parent c2a4add commit 3986284Copy full SHA for 3986284
Lib/test/.ruff.toml
@@ -3,7 +3,7 @@ select = [
3
"F811", # Redefinition of unused variable (useful for finding test methods with the same name)
4
]
5
extend-exclude = [
6
- # Excluded
+ # Excluded (these aren't actually executed, they're just "data files")
7
"tokenizedata/*.py",
8
# Failed to lint
9
"encoded_modules/module_iso_8859_1.py",
0 commit comments