Skip to content

Commit 7b40ae6

Browse files
committed
feat: add mypy configuration to pyproject.toml
1 parent 0f252f0 commit 7b40ae6

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 @@ build-backend = "poetry.core.masonry.api"
4141
[tool.poetry]
4242
include = ["ytfetcher/py.typed"]
4343

44+
[tool.mypy]
45+
python_version = "3.11"
46+
ignore_missing_imports = true
47+
4448
[tool.poetry.scripts]
4549
ytfetcher = "ytfetcher._cli:main"
4650

0 commit comments

Comments
 (0)