Skip to content

Commit

Permalink
changed the default back to spaces (with "")
Browse files Browse the repository at this point in the history
  • Loading branch information
rogersheu committed Sep 1, 2024
1 parent 67cd28a commit 0e68059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint/checkers/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class FormatChecker(BaseTokenChecker, BaseRawFileChecker):
"type": "non_empty_string",
"metavar": "<string>",
"help": "String used as indentation unit. This is usually "
'"    " (4 spaces) or "\\t" (1 tab).',
'"    " (4 spaces) or "\\t" (1 tab).', # noqa: RUF001
},
),
(
Expand Down

0 comments on commit 0e68059

Please sign in to comment.