From 648298ba2555e2691cdcdaca50a5ee88c958f6d9 Mon Sep 17 00:00:00 2001 From: David Perl Date: Thu, 6 Aug 2026 17:30:05 +0200 Subject: [PATCH] chore: add dependencies --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d17044..f621539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,9 @@ dependencies = [ test = [ "pytest", "pytest-cov", - "pytest-random-order" + "pytest-random-order", + "ruff", + "basedpyright" ] [tool.setuptools]