We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aebf42 commit 11dda61Copy full SHA for 11dda61
1 file changed
pyproject.toml
@@ -40,6 +40,14 @@ lines_after_imports = 2
40
lines_between_types = 1
41
use_parentheses = true
42
43
+[tool.mypy]
44
+check_untyped_defs = true
45
+ignore_missing_imports = true
46
+show_error_codes = true
47
+warn_redundant_casts = true
48
+warn_unused_configs = true
49
+warn_unused_ignores = true
50
+files = "src"
51
52
[build-system]
53
requires = ["poetry-core"]
0 commit comments