Skip to content

Commit 5142c66

Browse files
authored
Update pyproject.toml
1 parent f9c2e7d commit 5142c66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ testpaths = ["tests"]
4141
requires = ["setuptools>=68"]
4242
build-backend = "setuptools.build_meta"
4343

44+
[tool.mypy]
45+
python_version = "3.11"
46+
ignore_missing_imports = true
47+
mypy_path = "src"
4448
[tool.mypy]
4549
python_version = "3.11"
4650
ignore_missing_imports = true

0 commit comments

Comments
 (0)