From 66d22a746dd47588970ca9b5ddb26d31c1fb6762 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 07:13:36 +0000 Subject: [PATCH] fix: resolve CI linting - limit ruff check to project files 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 5c76bc0..573f2ba 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: pytest tests/ -v - name: Run linter - run: ruff check . + run: ruff check regex_humanizer/ tests/ - name: Run type check run: mypy regex_humanizer/