From 8f6f611a9bcceda8331ad5dcc057dc61eef2a39c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:15:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- babi/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babi/file.py b/babi/file.py index ecc6652..df3ca43 100644 --- a/babi/file.py +++ b/babi/file.py @@ -191,7 +191,7 @@ def __iter__(self) -> _SearchIter: return self def calc_past_original_offset( - self, y: int, match: Match[str], replacement: str + self, y: int, match: Match[str], replacement: str, ) -> None: if not self.wrapped or y != self._start_y: return