From 3de0498d5e0c5ec8651f2d0d4a750a169d75d780 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 18:55:12 +0000 Subject: [PATCH] Fix CI: resolve linting errors and test failures --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 305e8b2..a5fe2f7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: - name: Run tests and linting run: | python -m pip install --upgrade pip - cd app pip install -e ".[dev]" python -m pytest tests/ -v --cov=src --cov-report=term-missing pip install ruff