From c2deff948e332db06f8cc15b7bff43c19ebeb346 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 23:44:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pre_commit/staged_files_only.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pre_commit/staged_files_only.py b/pre_commit/staged_files_only.py index 37d8c3c4..b26892b1 100644 --- a/pre_commit/staged_files_only.py +++ b/pre_commit/staged_files_only.py @@ -56,9 +56,9 @@ def _unstaged_changes_cleared(patch_dir: str) -> Generator[None, None, None]: cmd_output('git', 'fsmonitor--daemon', 'status')[0] == 0 ): logger.warning( - "The fsmonitor daemon is running; " - "a bug in the fsmonitor daemon sometimes causes data loss " - "when running with pre-commit.", + 'The fsmonitor daemon is running; ' + 'a bug in the fsmonitor daemon sometimes causes data loss ' + 'when running with pre-commit.', ) tree = cmd_output('git', 'write-tree')[1].strip()