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 0ff6324 commit 74358f3Copy full SHA for 74358f3
setup.cfg
@@ -50,3 +50,11 @@ exclude =
50
tests
51
tests.*
52
doc-source
53
+
54
55
56
+[mypy]
57
+python_version = 3.6
58
+ignore_missing_imports = True
59
+namespace_packages = True
60
+check_untyped_defs = True
tox.ini
@@ -177,11 +177,6 @@ multiline-quotes = """
177
docstring-quotes = """
178
179
180
-[mypy]
181
-python_version = 3.6
182
-ignore_missing_imports = True
183
-namespace_packages = True
184
-
185
186
187
[check-wheel-contents]
0 commit comments