From 3462c67d9b61eda2a00fb4abee478e19ee4f33bd Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 04:28:33 +0000 Subject: [PATCH] fix: resolve CI linting failures and test path --- .gitea/workflows/errorfix-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/errorfix-ci.yml b/.gitea/workflows/errorfix-ci.yml index 7f80f59..1c7bb3f 100644 --- a/.gitea/workflows/errorfix-ci.yml +++ b/.gitea/workflows/errorfix-ci.yml @@ -35,9 +35,9 @@ jobs: pip install -e ".[dev]" - name: Run tests - run: python -m pytest tests/ -v --tb=short + run: python -m pytest errorfix/tests/ -v --tb=short - name: Run linting run: | pip install ruff - ruff check errorfix/ tests/ \ No newline at end of file + ruff check errorfix/ tests/