Skip to content

Commit

Permalink
few coverage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Dec 1, 2024
1 parent 34f38c3 commit 1c7f7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exclude_lines = [
"if __name__ == .__main__.:",
"class .*\bProtocol\\):",
"@(abc\\.)?abstractmethod",
"typing.assert_never(",
"(typing\\.)?assert_never",
]

[tool.black]
Expand Down

0 comments on commit 1c7f7a3

Please sign in to comment.