Skip to content

Commit 779eef3

Browse files
committed
add more config
1 parent 1d17125 commit 779eef3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,20 @@ filterwarnings= [
5858

5959
[tool.mypy]
6060
check_untyped_defs = true
61+
disallow_any_generics = false
6162
disallow_incomplete_defs = true
6263
disallow_untyped_decorators = true
6364
no_implicit_optional = true
65+
no_implicit_reexport = false
6466
pretty = true
6567
show_error_context = true
6668
show_error_codes = true
6769
strict_equality = true
70+
strict_optional = true
6871
warn_unused_configs = true
69-
warn_unused_ignores = true
7072
warn_redundant_casts = true
73+
warn_return_any = false
74+
warn_unused_ignores = true
7175

7276
[[tool.mypy.overrides]]
7377
module = [

0 commit comments

Comments
 (0)