Skip to content

Commit 3f89161

Browse files
committed
Add "raise NotImplementedError()" to coverage exclusion
1 parent 1cc05a8 commit 3f89161

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ force-exclude = 'ropetest|rope/base/prefs.py'
8787
[tool.coverage.report]
8888
exclude_also = [
8989
"if TYPE_CHECKING:",
90+
"raise NotImplementedError()",
9091
]
9192

9293
[tool.isort]

0 commit comments

Comments
 (0)