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 3c2c49b commit f80de31Copy full SHA for f80de31
mypy.ini
pyproject.toml
@@ -60,6 +60,10 @@ testpaths = [
60
[tool.isort]
61
profile = "black"
62
63
+[tool.mypy]
64
+python_version = "3.9"
65
+# Warn when returning Any from function with non-Any return
66
+warn_return_any = true
67
68
[tool.coverage]
69
# https://github.com/nedbat/coveragepy
0 commit comments