From c600ed35abd15998f2bc0b5be7be8e2275c7f069 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 22:57:28 +0000 Subject: [PATCH] fix: resolve CI mypy type checking issues --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f6ccc8b..ba257fa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: ruff check . - name: Type check with mypy - run: mypy src/ + run: mypy src/ --python-version 3.10 - name: Run tests run: pytest tests/ -v --cov=src --cov-report=xml