Skip to content

Commit c785afa

Browse files
committed
Fixed failing mypy.
1 parent 16d5e6f commit c785afa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ multi_line_output = 3
115115
python_version = "3.10"
116116
strict = true
117117
ignore_missing_imports = true
118+
disallow_untyped_calls = false
119+
disallow_subclassing_any = false
118120
pretty = true
119121
implicit_reexport = true
120122
allow_untyped_decorators = true

0 commit comments

Comments
 (0)