Skip to content

Commit 4739f7a

Browse files
committed
fix(pyproject): escape coverage regex for TOML compliance
1 parent 3b6025a commit 4739f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ exclude_lines = [
155155
"raise NotImplementedError",
156156
"if 0:",
157157
"if __name__ == .__main__.:",
158-
"class .*\bProtocol\):",
159-
"@(abc\.)?abstractmethod",
158+
"class .*\\bProtocol\\):",
159+
"@(abc\\.)?abstractmethod",
160160
]

0 commit comments

Comments
 (0)