Skip to content

Commit 56824bf

Browse files
committed
Ignore assert_nevers for coverage
1 parent 015dd82 commit 56824bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ source = [
112112
[tool.coverage.report]
113113
exclude_also = [
114114
"class .*\\bProtocol(\\[.*\\])?\\):",
115+
"assert_never\\("
115116
]
116117

117118
[tool.ruff]

0 commit comments

Comments
 (0)