From 2eb9f311716287233fc8dd8c315bf33b318767f0 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 17:41:50 +0000 Subject: [PATCH] fix: resolve ruff CI linting path issue --- .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 a7c0741..8d80997 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: pytest tests/ -v --cov=depnav --cov-report=term-missing - name: Run linting - run: ruff check depnav/ tests/ + run: ruff check src/ tests/ - name: Run type checking run: mypy src/