🏷️ Update pyproject.toml to include source directory for type checking

This commit is contained in:
2025-03-08 20:38:32 +01:00
parent 9e2b8e0d52
commit bfcb7cc33d

View File

@@ -56,6 +56,9 @@ exclude = [
".python-version", ".python-version",
"uv.lock", "uv.lock",
] ]
include = [
"src/pycord_rest/",
]
[tool.pyright] [tool.pyright]
pythonVersion = "3.12" pythonVersion = "3.12"