Skip to content

Commit f3ae00f

Browse files
committed
Minimal mypy config in pyproject.toml
1 parent 7ff3f91 commit f3ae00f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ include_trailing_comma = true
7979
multi_line_output = 3
8080
use_parentheses = true
8181

82+
[tool.mypy]
83+
follow_imports = "skip"
84+
ignore_errors = true
85+
8286
[tool.pyright]
8387
reportUnnecessaryTypeIgnoreComment = true
8488
strict = ["**/*"]

0 commit comments

Comments
 (0)