Closed k4black closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.27%. Comparing base (
da5f185
) to head (0336c0b
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Py-Tree-Sitter in 0.22.0 introduced a breaking change - now languages are installed with
pip install tree-sitter-python
etc.This is hotfix version with tree-sitter<0.22 to build it for m1 and 3.8 python, as 0.22 not supports it.
Related #46 Related #45