Skip to content

Commit d481298

Browse files
dguidoclaude
andcommitted
fix: remove ty configuration section to use defaults
Remove the [tool.ty] section entirely as ty is in early alpha and the configuration format is not well documented. Let ty use its default configuration which should work for standard project layouts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d405f81 commit d481298

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ Source = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.
5959
# don't attempt code coverage for the CLI entrypoints
6060
omit = ["{{ cookiecutter.__project_src_path }}/_cli.py"]
6161

62-
[tool.ty]
63-
# Astral's experimental type checker
64-
src = ["src"]
62+
# ty configuration - using defaults for now as ty is in early alpha
6563

6664
[tool.ruff]
6765
line-length = 100

0 commit comments

Comments
 (0)