added pyright and fixed type errors

This commit is contained in:
Markus Pfundstein
2024-12-03 21:36:54 +01:00
parent b1f68a4949
commit b88fc57b5d
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"