Skip to content
Snippets Groups Projects
Unverified Commit a3de3d52 authored by Logan's avatar Logan Committed by GitHub
Browse files

update toml for code hierarchy (#11776)

parent 8783e603
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,12 @@ check-hidden = true ...@@ -8,10 +8,12 @@ check-hidden = true
skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb" skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
[tool.llamahub] [tool.llamahub]
classes = ["CodeHierarchyPack"] contains_example = false
contains_example = true
import_path = "llama_index.packs.code_hierarchy" import_path = "llama_index.packs.code_hierarchy"
[tool.llamahub.class_authors]
CodeHierarchyAgentPack = "ryanpeach"
[tool.mypy] [tool.mypy]
disallow_untyped_defs = true disallow_untyped_defs = true
exclude = ["_static", "build", "examples", "notebooks", "venv"] exclude = ["_static", "build", "examples", "notebooks", "venv"]
...@@ -26,7 +28,7 @@ license = "MIT" ...@@ -26,7 +28,7 @@ license = "MIT"
maintainers = ["ryanpeach"] maintainers = ["ryanpeach"]
name = "llama-index-packs-code-hierarchy" name = "llama-index-packs-code-hierarchy"
readme = "README.md" readme = "README.md"
version = "0.1.0" version = "0.1.1"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<3.12" python = ">=3.8.1,<3.12"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment