mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8ddeaab59d
commit
eaed295d41
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class Classifier:
|
|||
|
||||
# surround filenames containing whitespace with quotes
|
||||
for f in names:
|
||||
if re.search(r"\s", f):
|
||||
if re.search(r'\s', f):
|
||||
f = '"' + f + '"'
|
||||
|
||||
return tuple(names)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue