We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc05a8 commit 3f89161Copy full SHA for 3f89161
1 file changed
pyproject.toml
@@ -87,6 +87,7 @@ force-exclude = 'ropetest|rope/base/prefs.py'
87
[tool.coverage.report]
88
exclude_also = [
89
"if TYPE_CHECKING:",
90
+ "raise NotImplementedError()",
91
]
92
93
[tool.isort]
0 commit comments