added pyright and fixed type errors

This commit is contained in:
Markus Pfundstein
2024-12-03 21:36:54 +01:00
parent e70e940c57
commit 616309c2cb
4 changed files with 45 additions and 23 deletions

View File

@@ -17,5 +17,10 @@ email = "markus@life-electronic.nl"
requires = [ "hatchling",]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"pyright>=1.1.389",
]
[project.scripts]
mcp-knowledge-base = "mcp_knowledge_base:main"