We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866c86 commit d84d2deCopy full SHA for d84d2de
1 file changed
pyproject.toml
@@ -6,6 +6,13 @@ lint.ignore = [
6
"E731", # Do not assign a lambda expression, use a def
7
]
8
9
+[tool.mypy]
10
+ignore_missing_imports = true
11
+implicit_optional = true
12
+follow_imports = "skip"
13
+allow_untyped_calls = true
14
+allow_untyped_defs = true
15
+
16
[build-system]
17
requires = ["setuptools"]
18
build-backend = "setuptools.build_meta"
0 commit comments