Skip to content

Commit 3add86f

Browse files
committed
Exclude tests from default type check
Signed-off-by: Samuel Monson <[email protected]>
1 parent 94a998c commit 3add86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ profile = "black"
160160

161161

162162
[tool.mypy]
163-
files = ["src/guidellm", "tests"]
163+
files = ["src/guidellm"]
164164
python_version = '3.10'
165165
warn_redundant_casts = true
166166
warn_unused_ignores = false

0 commit comments

Comments
 (0)