Skip to content

Commit

Permalink
add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephrp committed Aug 6, 2024
1 parent 91701fc commit db12660
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ check-hidden = true
# work through many typos (--write-changes and --interactive will help)
skip = "*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"

[tool.llamahub]
contains_example = false
import_path = "llama_index.llms.githubllm"

[tool.llamahub.class_authors]
GithubLLM = "Josephrp"

[tool.mypy]
disallow_untyped_defs = true
# Remove venv skip when integrated with pre-commit
Expand All @@ -17,7 +24,7 @@ ignore_missing_imports = true
python_version = "3.8"

[tool.poetry]
authors = ["Your Name <you@example.com>"]
authors = ["Tonic <tonic@tonic-ai.com>"]
description = "llama-index llms githubllm integration"
license = "MIT"
name = "llama-index-llms-githubllm"
Expand Down

0 comments on commit db12660

Please sign in to comment.