Skip to content

Commit 16d5e6f

Browse files
committed
Fixed mypy config.
1 parent dbd493e commit 16d5e6f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,13 @@ multi_line_output = 3
115115
python_version = "3.10"
116116
strict = true
117117
ignore_missing_imports = true
118-
allow_subclassing_any = true
119-
allow_untyped_calls = true
120118
pretty = true
121-
show_error_codes = true
122119
implicit_reexport = true
123120
allow_untyped_decorators = true
124121
warn_return_any = false
125122
warn_unused_ignores = false
126123

127-
[tool.pytest.ini_options]
124+
[tool.pytest]
128125
log_level = "INFO"
129126
anyio_mode = "auto"
130127

0 commit comments

Comments
 (0)