From ec2364cadd17ad1d3a0461179289e85acfe1f5c9 Mon Sep 17 00:00:00 2001 From: David Perl Date: Fri, 3 Jul 2026 13:22:50 +0200 Subject: [PATCH] ci: add linter --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4561511..06ed380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ dependencies = [ test = [ "pytest", "pytest-cov", - "pytest-random-order" + "pytest-random-order", + "basedpyright" ] [[tool.uv.index]]