Skip to content

Commit 36b433e

Browse files
committed
ci: enable mypy strict mode
1 parent 0227646 commit 36b433e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ requires = ["poetry-core>=1.0.0"]
5454
build-backend = "poetry.core.masonry.api"
5555

5656
[tool.mypy]
57-
5857
plugins = ["pydantic.mypy"]
59-
# strict = true
58+
strict = true
6059
exclude = ["/tests/"]
6160
ignore_missing_imports = true
6261
namespace_packages = true

0 commit comments

Comments
 (0)