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 8c42a39 commit 9efd2acCopy full SHA for 9efd2ac
pyproject.toml
@@ -24,8 +24,6 @@ addopts = "-ra -v"
24
25
[tool.mypy]
26
27
-python_version = "3.7"
28
-
29
# For details on each flag, please see the mypy documentation at:
30
# https://mypy.readthedocs.io/en/stable/config_file.html#config-file
31
@@ -35,6 +33,9 @@ python_version = "3.7"
35
33
# Import Discovery
36
34
ignore_missing_imports = false
37
+# Platform configuration
+python_version = "3.7"
38
+
39
# Disallow dynamic typing
40
disallow_any_unimported = true
41
disallow_any_expr = false
0 commit comments