We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ddd1f commit 4d77c55Copy full SHA for 4d77c55
1 file changed
pyproject.toml
@@ -225,15 +225,16 @@ src_paths = [
225
'test',
226
]
227
228
-# XXX TODO
229
-#[tool.mypy]
230
-#pretty = true
231
-#check_untyped_defs = true
232
-#ignore_errors = false
233
-#ignore_missing_imports = true
234
-#show_error_codes = true
235
-#strict_optional = true
236
-#warn_unused_ignores = true
237
-#warn_redundant_casts = true
238
-#warn_unused_configs = true
239
-#warn_unreachable = true
+[tool.mypy]
+pretty = true
+check_untyped_defs = false
+ignore_errors = false
+ignore_missing_imports = true
+show_error_codes = true
+strict_optional = true
+warn_unused_ignores = true
+warn_redundant_casts = true
+warn_unused_configs = true
+warn_unreachable = true
+install_types = true
240
+non_interactive = true
0 commit comments