From 2de828b5085986a511f9b641d4189cb01c67caa6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 09:54:08 +0000 Subject: [PATCH] fix: resolve CI ruff configuration issues --- .gitea/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a805a5c..3f44300 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,14 +29,8 @@ jobs: python -m pip install --upgrade pip pip install -e ".[dev]" - - name: Install tree-sitter language parsers - run: | - pip install tree-sitter - python -c "import subprocess; subprocess.run(['python', '-c', 'import tree_sitter; print(tree_sitter.__version__)'])" - - name: Run tests run: pytest -xvs --tb=short - name: Run linting run: ruff check --fix . -" \ No newline at end of file