Skip to content

Commit 621e1eb

Browse files
authored
ci: type-check untyped function bodies (#320)
1 parent 112cba2 commit 621e1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ python_version = "3.10"
329329
mypy_path = "src"
330330
ignore_missing_imports = true
331331
follow_imports = "silent"
332-
check_untyped_defs = false
332+
check_untyped_defs = true
333333
warn_unused_configs = true
334334
exclude = [
335335
"src/tether/models/third_party/",

0 commit comments

Comments
 (0)