We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39a2c7a + 1ae17a5 commit 4d84218Copy full SHA for 4d84218
pyproject.toml
@@ -47,19 +47,8 @@ convention = "numpy"
47
[tool.mypy]
48
python_version = "3.9"
49
# Block below are checks that form part of mypy 'strict' mode
50
-warn_unused_configs = true
51
-warn_redundant_casts = true
52
-warn_unused_ignores = true
53
-strict_equality = true
54
-strict_concatenate = true
55
-check_untyped_defs = true
+strict = true
56
disallow_subclassing_any = false # TODO: fix
57
-disallow_untyped_decorators = true
58
-disallow_any_generics = true
59
-disallow_untyped_calls = true
60
-disallow_incomplete_defs = true
61
-disallow_untyped_defs = true
62
-no_implicit_reexport = true
63
warn_return_any = false # TODO: fix
64
ignore_missing_imports = true
65
0 commit comments