From b903f803991accbb992a9425aeeb915417f544fd Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 18:14:47 +0000 Subject: [PATCH] Fix CI: scope ruff to src/ directory only --- .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 2eb7329..305e8b2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: pip install -e ".[dev]" python -m pytest tests/ -v --cov=src --cov-report=term-missing pip install ruff - ruff check . + ruff check src/