From bfcb7cc33d60622467cc57ab8417484a2eafb63d Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sat, 8 Mar 2025 20:38:32 +0100 Subject: [PATCH] :label: Update pyproject.toml to include source directory for type checking --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d691a16..41af92e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,9 @@ exclude = [ ".python-version", "uv.lock", ] +include = [ + "src/pycord_rest/", +] [tool.pyright] pythonVersion = "3.12"