Skip to content

Commit 740fc14

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 37dd25b commit 740fc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/lint/base_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _make_linter_options(linter: PyLinter) -> Options:
7070
"help": "Add files or directories matching the regex patterns to the "
7171
"ignore-list. The regex matches against paths and can be in "
7272
"Posix or Windows format. Because '\\' represents the directory delimiter "
73-
"on Windows systems, it can't be used as an escape character."
73+
"on Windows systems, it can't be used as an escape character.",
7474
},
7575
),
7676
(

0 commit comments

Comments
 (0)