10BC0 changed the default back to spaces (with "") · pylint-dev/pylint@0e68059 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e68059

Browse files
committed
changed the default back to spaces (with "")
1 parent 67cd28a commit 0e68059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class FormatChecker(BaseTokenChecker, BaseRawFileChecker):
223223
"type": "non_empty_string",
224224
"metavar": "<string>",
225225
"help": "String used as indentation unit. This is usually "
226-
'"    " (4 spaces) or "\\t" (1 tab).',
226+
'"    " (4 spaces) or "\\t" (1 tab).', # noqa: RUF001
227227
},
228228
),
229229
(

0 commit comments

Comments
 (0)
0