From e45e927656689384badaed9ac5123cfe7ffb3826 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 14:46:22 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pre_commit_hooks/check_docstring_first.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit_hooks/check_docstring_first.py b/pre_commit_hooks/check_docstring_first.py index cdf7b4c..3fc0c98 100644 --- a/pre_commit_hooks/check_docstring_first.py +++ b/pre_commit_hooks/check_docstring_first.py @@ -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 = '') -> int: