Content-Length: 876 | pFad | http://github.com/pre-commit/pre-commit/pull/3624.patch
thub.com
From 24214d0213cf41d25d729a28d888c4c83b661f4f Mon Sep 17 00:00:00 2001
From: Ayaz Salikhov
Date: Fri, 20 Feb 2026 13:59:05 +0000
Subject: [PATCH] Remove trailing dot in "Initializing environment" message
---
pre_commit/store.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pre_commit/store.py b/pre_commit/store.py
index dc90c0519..1119dff38 100644
--- a/pre_commit/store.py
+++ b/pre_commit/store.py
@@ -157,7 +157,7 @@ def _get_result() -> str | None:
if result: # pragma: no cover (race)
return result
- logger.info(f'Initializing environment for {repo}.')
+ logger.info(f'Initializing environment for {repo}')
directory = tempfile.mkdtemp(prefix='repo', dir=self.directory)
with clean_path_on_failure(directory):
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/pre-commit/pre-commit/pull/3624.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy