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 6ff6c4a commit 714ba60Copy full SHA for 714ba60
1 file changed
pyproject.toml
@@ -71,6 +71,7 @@ select = ["E9", "F", "I"]
71
[tool.mypy]
72
python_version = "3.9"
73
ignore_missing_imports = true
74
+follow_imports = "silent"
75
pretty = true
76
show_error_codes = true
77
warn_redundant_casts = true
0 commit comments