Skip to content

Commit 8fa1ddf

Browse files
committed
refactor(diffctx): split tree-sitter into lang-core/extra features
1 parent 4f574ff commit 8fa1ddf

24 files changed

Lines changed: 1044 additions & 2287 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,4 @@ profile_*.txt
428428
# Local analysis artifacts
429429
ANALYSIS.md
430430
.claude/
431+
.aider*

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- id: debug-statements
4242
- id: name-tests-test
4343
args: ["--pytest-test-first"]
44-
exclude: ^tests/(utils|conftest|framework/.*|garbage_data|scoring)\.py$
44+
exclude: ^(tests/(utils|conftest|framework/.*|garbage_data|scoring)\.py|diffctx/tests/fixtures/garbage/.*\.py)$
4545
- id: fix-byte-order-marker
4646
- id: detect-private-key
4747

0 commit comments

Comments
 (0)