We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f252f0 commit 7b40ae6Copy full SHA for 7b40ae6
1 file changed
pyproject.toml
@@ -41,6 +41,10 @@ build-backend = "poetry.core.masonry.api"
41
[tool.poetry]
42
include = ["ytfetcher/py.typed"]
43
44
+[tool.mypy]
45
+python_version = "3.11"
46
+ignore_missing_imports = true
47
+
48
[tool.poetry.scripts]
49
ytfetcher = "ytfetcher._cli:main"
50
0 commit comments