We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff3f91 commit f3ae00fCopy full SHA for f3ae00f
1 file changed
pyproject.toml
@@ -79,6 +79,10 @@ include_trailing_comma = true
79
multi_line_output = 3
80
use_parentheses = true
81
82
+[tool.mypy]
83
+follow_imports = "skip"
84
+ignore_errors = true
85
+
86
[tool.pyright]
87
reportUnnecessaryTypeIgnoreComment = true
88
strict = ["**/*"]
0 commit comments