ci: initial version of pyright workflow

This commit is contained in:
Jann Stute
2025-11-26 13:12:37 +01:00
parent 88d0b47a86
commit edbe607cec
2 changed files with 36 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ dependencies = [
dev = ["tagstudio[mkdocs,mypy,pre-commit,pyinstaller,pytest,ruff]"]
mkdocs = ["mkdocs-material[imaging]>=9.6.14", "mkdocs-redirects~=1.2"]
mypy = ["mypy==1.15.0", "mypy-extensions==1.*", "types-ujson~=5.10"]
pyright = ["pyright~=1.1.405"]
pre-commit = ["pre-commit~=4.2"]
pyinstaller = ["Pyinstaller~=6.13"]
pytest = [