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 1545e8b commit 34f38c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ omit = [
".*",
"*/site-packages/*",
"shvatka/tgbot/*",
"shvatka/infrastructure/db/migrations/*",
"*/__main__.py",
]

Expand All @@ -97,6 +98,7 @@ exclude_lines = [
"if __name__ == .__main__.:",
"class .*\bProtocol\\):",
"@(abc\\.)?abstractmethod",
"typing.assert_never(",
]

[tool.black]
Expand Down

0 comments on commit 34f38c3

Please sign in to comment.