Skip to content

Commit d405f81

Browse files
dguidoclaude
andcommitted
fix: correct ty configuration field name
Change 'search_path' to 'src' in [tool.ty] configuration. The ty type checker expects 'src' as the field name, not 'search_path'. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2fbd39b commit d405f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ omit = ["{{ cookiecutter.__project_src_path }}/_cli.py"]
6161

6262
[tool.ty]
6363
# Astral's experimental type checker
64-
search_path = ["src"]
64+
src = ["src"]
6565

6666
[tool.ruff]
6767
line-length = 100

0 commit comments

Comments
 (0)