From cb650c265b0bef4402e99f1b824f28609edc4e23 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Thu, 30 Mar 2023 11:24:05 -0600 Subject: [PATCH] Pyright config --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 47b2e33..4ab4d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,3 +75,5 @@ include = [ "bat_detect", "tests", ] +venvPath = "." +venv = ".venv"