Skip to content

Commit 101c579

Browse files
committed
Tweak mypy config
This should be equivalent but compatible with the schema.
1 parent f104838 commit 101c579

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
@@ -216,8 +216,8 @@ max-statements = 134 # default is 50
216216
mypy_path = "$MYPY_CONFIG_FILE_DIR/src"
217217
strict = true
218218
no_implicit_reexport = false
219-
allow_subclassing_any = true
220-
allow_untyped_calls = true
219+
disallow_subclassing_any = false
220+
disallow_untyped_calls = false
221221
warn_return_any = false
222222
ignore_missing_imports = true
223223

0 commit comments

Comments
 (0)