Skip to content

Commit ebac68a

Browse files
committed
test: enable mypy strict mode
1 parent fa658f2 commit ebac68a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ combine_as_imports = true
44
add_imports = ["from __future__ import annotations"]
55

66
[tool.mypy]
7+
strict = true
78
disallow_untyped_defs = true
89
implicit_reexport = false
910

0 commit comments

Comments
 (0)