Skip to content

Commit b1d7d11

Browse files
committed
!squash
1 parent 4327f0f commit b1d7d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ parallel = true
114114
omit = [
115115
"tests/*",
116116
"docs/conf.py",
117-
"*/_vendor/*",
118-
"*/_*",
119117
]
120118

121119
[tool.coverage.report]
@@ -125,6 +123,8 @@ exclude_lines = [
125123
"raise NotImplementedError",
126124
"if __name__ == .__main__.:",
127125
"def parse_args",
126+
"if TYPE_CHECKING:",
127+
"@overload( |$)",
128128
]
129129

130130
[build-system]

0 commit comments

Comments
 (0)