Skip to content

Commit cf74604

Browse files
yunlongwenqwencoder
andcommitted
fix: 修复 import 排序和添加 tree-sitter-python 依赖
- 修复 6 个测试文件的 import 排序问题 (ruff I001) - 添加 tree-sitter-python>=0.23.0 依赖到 pyproject.toml Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent ad8ff69 commit cf74604

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dependencies = [
5151

5252
# Code analysis
5353
"tree-sitter>=0.20.0",
54+
"tree-sitter-python>=0.23.0",
5455
"tree-sitter-languages>=1.10.0",
5556

5657
# Git integration

0 commit comments

Comments
 (0)