From 3f1d192f7f2126a08f8c1dfe557ed68cdb1d3ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bobo=20B=C3=A4ck=20Engstr=C3=B6m?= Date: Fri, 24 Oct 2025 14:59:37 +0200 Subject: [PATCH] chore(CI): Add pytest to pre-commit pyright dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Required to be able able to resolve pytest import in test files. Signed-off-by: Bobo Bäck Engström --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af92b3d..78073de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,7 @@ repos: - id: pyright additional_dependencies: - pymodbus[serial]>=3.11 + - pytest>=3.8 - repo: https://github.com/compilerla/conventional-pre-commit rev: v4.2.0 hooks: