Skip to content

Commit 3986284

Browse files
Update Lib/test/.ruff.toml
Co-authored-by: Alex Waygood <[email protected]>
1 parent c2a4add commit 3986284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ select = [
33
"F811", # Redefinition of unused variable (useful for finding test methods with the same name)
44
]
55
extend-exclude = [
6-
# Excluded
6+
# Excluded (these aren't actually executed, they're just "data files")
77
"tokenizedata/*.py",
88
# Failed to lint
99
"encoded_modules/module_iso_8859_1.py",

0 commit comments

Comments
 (0)