Skip to content

Commit 59686b0

Browse files
committed
Run mypy in strict mode
1 parent af57dc8 commit 59686b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.7"
1111

12+
13+
[tool.mypy]
14+
strict = true
1215
[build-system]
1316
requires = ["poetry-core"]
1417
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)