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 68c67fd commit b100458Copy full SHA for b100458
.mypy.ini
pyproject.toml
@@ -1,5 +1,10 @@
1
-[build-system]
2
-requires = ["setuptools", "wheel"]
3
-
4
[tool.black]
5
line-length = 100
+
+[tool.mypy]
+files = ["test/"]
6
+ignore_missing_imports = true
7
+strict_optional = false
8
+allow_redefinition = true
9
+show_error_context = false
10
+show_column_numbers = true
0 commit comments