We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4327f0f commit b1d7d11Copy full SHA for b1d7d11
pyproject.toml
@@ -114,8 +114,6 @@ parallel = true
114
omit = [
115
"tests/*",
116
"docs/conf.py",
117
- "*/_vendor/*",
118
- "*/_*",
119
]
120
121
[tool.coverage.report]
@@ -125,6 +123,8 @@ exclude_lines = [
125
123
"raise NotImplementedError",
126
124
"if __name__ == .__main__.:",
127
"def parse_args",
+ "if TYPE_CHECKING:",
+ "@overload( |$)",
128
129
130
[build-system]
0 commit comments