mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 18:26:53 +00: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
009ed91552
commit
e45e927656
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ def _push_code(seen_code: io.StringIO, tok_type: int, text: str):
|
|||
return
|
||||
seen_code.write(text)
|
||||
if text and not text.isspace():
|
||||
seen_code.write(" ")
|
||||
seen_code.write(' ')
|
||||
|
||||
|
||||
def check_docstring_first(src: bytes, filename: str = '<unknown>') -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue