From 4faac212cdaa3874cde76892a22e053ce79b755e Mon Sep 17 00:00:00 2001 From: George Bocharov Date: Mon, 22 Jan 2024 05:09:33 +0000 Subject: [PATCH] 100% coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac5a609..5d9d33a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ exclude_lines = [ 'raise NotImplementedError', 'if __name__ == .__main__.:', 'def __repr__', - "if ?(typing.)TYPE_CHECKING:", + "if (typing.)?TYPE_CHECKING:", ] fail_under = 90 precision = 1