fix: resolve CI ruff configuration issues
Some checks failed
CI / test (push) Failing after 4m50s

This commit is contained in:
2026-02-05 09:54:08 +00:00
parent 598e91f19c
commit 2de828b508

View File

@@ -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 .
"