fix: pin tree-sitter below 0.26.0 to fix segfault - #315
Open
namelessnotion wants to merge 2 commits into
Open
Annotations
10 errors and 1 warning
Ruff:
src/vectorcode/chunking.py#L198
src/vectorcode/chunking.py:198:32: UP045 Use `X | None` for type annotations
help: Convert to `X | None` |
Ruff:
src/vectorcode/chunking.py#L144
src/vectorcode/chunking.py:144:42: UP045 Use `X | None` for type annotations
help: Convert to `X | None` |
Ruff:
src/vectorcode/chunking.py#L138
src/vectorcode/chunking.py:138:32: UP045 Use `X | None` for type annotations
help: Convert to `X | None` |
Ruff:
src/vectorcode/chunking.py#L88
src/vectorcode/chunking.py:88:38: UP045 Use `X | None` for type annotations
help: Convert to `X | None` |
Ruff:
src/vectorcode/chunking.py#L83
src/vectorcode/chunking.py:83:32: UP045 Use `X | None` for type annotations
help: Convert to `X | None` |
Ruff:
src/vectorcode/chunking.py#L77
src/vectorcode/chunking.py:77:27: UP045 Use `X | None` for type annotations
help: Convert to `X | None` |
Ruff:
src/vectorcode/chunking.py#L67
src/vectorcode/chunking.py:67:32: UP045 Use `X | None` for type annotations
help: Convert to `X | None` |
Ruff:
src/vectorcode/chunking.py#L8
src/vectorcode/chunking.py:8:1: UP035 Import from `collections.abc` instead: `Generator`
help: Import from `collections.abc` |
Ruff:
src/vectorcode/chunking.py#L1
src/vectorcode/chunking.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports |
Ruff:
src/vectorcode/__init__.py#L4
src/vectorcode/__init__.py:4:8: BLE001 Do not catch blind exception: `Exception` |
Complete job Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ |
backgroundwaitwait-allcancelparallel
Loading