Skip to content

Commit 0e810a3

Browse files
[conf] mypy options
1 parent f69458f commit 0e810a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ where = ["src"]
1919

2020
[tool.mypy]
2121
mypy_path = "src"
22+
ignore_missing_imports = true
23+
check_untyped_defs = true
2224

2325
[project.optional-dependencies]
2426
dev = [

0 commit comments

Comments
 (0)