File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies = []
2222requires-python = " >=3.10"
2323
2424[build-system ]
25- requires = [" uv_build>=0.8.14 ,<0.9 .0" ]
25+ requires = [" uv_build>=0.9.0 ,<0.10 .0" ]
2626build-backend = " uv_build"
2727
2828[dependency-groups ]
@@ -36,7 +36,7 @@ lint = [
3636 # NOTE: ruff is under active development, so we pin conservatively here
3737 # and let Dependabot periodically perform this update.
3838 " ruff ~= 0.14.0" ,
39- " ty >=0.0.2 " ,
39+ " ty >=0.0.8 " ,
4040 {%- if cookiecutter.docstring_coverage %}
4141 "interrogate",
4242 {%- endif %}
@@ -63,6 +63,9 @@ Source = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.
6363# don't attempt code coverage for the CLI entrypoints
6464omit = [" {{ cookiecutter.__project_src_path }}/_cli.py" ]
6565
66+ [tool .ty .terminal ]
67+ error-on-warning = true
68+
6669[tool .ty .environment ]
6770python-version = " 3.10"
6871
You can’t perform that action at this time.
0 commit comments