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 37dd25b commit 740fc14Copy full SHA for 740fc14
pylint/lint/base_options.py
@@ -70,7 +70,7 @@ def _make_linter_options(linter: PyLinter) -> Options:
70
"help": "Add files or directories matching the regex patterns to the "
71
"ignore-list. The regex matches against paths and can be in "
72
"Posix or Windows format. Because '\\' represents the directory delimiter "
73
- "on Windows systems, it can't be used as an escape character."
+ "on Windows systems, it can't be used as an escape character.",
74
},
75
),
76
(
0 commit comments