diff --git a/pyproject.toml b/pyproject.toml index 709065a..0e1a2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 @@ -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"] diff --git a/src/clonellm/py.typed b/src/clonellm/py.typed index 01b29e1..5686005 100644 --- a/src/clonellm/py.typed +++ b/src/clonellm/py.typed @@ -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. \ No newline at end of file +# See PEP 561 for more information.