Skip to content

Commit 4faac21

Browse files
George Bocharovgeorgebv
George Bocharov
authored andcommitted
100% coverage
1 parent 82a5726 commit 4faac21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ exclude_lines = [
106106
'raise NotImplementedError',
107107
'if __name__ == .__main__.:',
108108
'def __repr__',
109-
"if ?(typing.)TYPE_CHECKING:",
109+
"if (typing.)?TYPE_CHECKING:",
110110
]
111111
fail_under = 90
112112
precision = 1

0 commit comments

Comments
 (0)