Skip to content

Commit 0227646

Browse files
committed
chore: temporarily disable strict mypy
1 parent 42c9ea8 commit 0227646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ build-backend = "poetry.core.masonry.api"
5656
[tool.mypy]
5757

5858
plugins = ["pydantic.mypy"]
59-
strict = true
59+
# strict = true
60+
exclude = ["/tests/"]
6061
ignore_missing_imports = true
6162
namespace_packages = true
6263
explicit_package_bases = true

0 commit comments

Comments
 (0)