From d3b8d0e836e68e3957baf1d9f3cc7963d8b5f66e Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 15 Jun 2024 06:20:37 -0700 Subject: [PATCH] Configure pyright --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index befeb12..1e28adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,12 @@ distribution = true dev = [ "pytest>=8.2.2", ] + +[tool.pyright] +exclude = ["historical", ".venv"] +venvPath = "." +venv = ".venv" + [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend"