Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ ruff = "<1.0.0"
pre-commit = "*"
isort = "*"

[tool.poetry.urls]
"Homepage" = "https://github.com/msamsami/clonellm"
"Repository" = "https://github.com/msamsami/clonellm"
"Issues" = "https://github.com/msamsami/clonellm/issues"

[tool.mypy]
exclude=["tests", "examples"]
namespace_packages = false
Expand All @@ -60,10 +65,8 @@ filterwarnings = ["ignore"]
include = ["*.py", "*.pyi", "**/pyproject.toml"]
line-length = 130

[tool.black]
line-length = 130

[tool.isort]
atomic = true
profile = "black"
skip_gitignore = true
known_first_party = ["clonellm"]
2 changes: 1 addition & 1 deletion src/clonellm/py.typed
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Marker file to instruct type checkers to look for inline type annotations in this package.
# See PEP 561 for more information.
# See PEP 561 for more information.
Loading