Skip to content

Commit e8e3309

Browse files
talgaliliCopilot
andauthored
Update pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 32247bc commit e8e3309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ exclude_lines = [
121121
"raise NotImplementedError",
122122
"if __name__ == \"__main__\":",
123123
"if TYPE_CHECKING:",
124-
"class .*\\b\\(Protocol\\):",
124+
"class [\\w]+\\(Protocol\\):",
125125
"@(abc\\.)?abstractmethod",
126126
]

0 commit comments

Comments
 (0)