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 cbb6eed commit cfa4696Copy full SHA for cfa4696
pylint/lint/base_options.py
@@ -69,7 +69,8 @@ def _make_linter_options(linter: PyLinter) -> Options:
69
"default": [],
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.",
+ "Posix or Windows format. Because '\\' represents the directory delimiter "
73
+ "on Windows systems, it can't be used as an escape character.",
74
},
75
),
76
(
0 commit comments