diff --git a/pyproject.toml b/pyproject.toml index 56f5c4aeb..d88101a1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,8 @@ [tool.black] target-version = ["py39", "py310", "py311", "py312"] extend-exclude = "qt/bundle" + +[tool.pyright] +include = ["pylib/anki", "qt/aqt"] +stubPath = "" +pythonVersion = "3.9"