From fe8d044af2b8c21f79cc4fb32e59f1ce2b4f05ff Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Thu, 3 Apr 2025 16:50:58 +0100 Subject: [PATCH] Using basedpyright --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f6d1ce..b52300f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,11 +68,11 @@ batdetect2 = "batdetect2.cli:cli" dev-dependencies = [ "debugpy>=1.8.8", "hypothesis>=6.118.7", - "pyright>=1.1.388", "pytest>=7.2.2", "ruff>=0.7.3", "ipykernel>=6.29.4", "setuptools>=69.5.1", + "basedpyright>=1.28.4", ] [tool.ruff]