Skip to content

Commit 692d278

Browse files
committed
chore: Add Mypy configuration
1 parent dbdac99 commit 692d278

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ python-source = "python"
5757
sdist-generator = "cargo"
5858
strip = true
5959

60+
[tool.mypy]
61+
exclude = ["bin", "build", "dist", "target"]
62+
warn_unused_configs = true
63+
warn_unused_ignores = true
64+
6065
[tool.pytest]
6166
addopts = [
6267
"--benchmark-autosave",

0 commit comments

Comments
 (0)