[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-13 03:43:13 +00:00
commit e089b04b0e
3 changed files with 3 additions and 12 deletions

View file

@ -663,9 +663,7 @@ def test_uv_exact_flag_stripped(shim):
def _make_local_project(tmp_path, dirname, project_name):
proj = tmp_path / dirname
proj.mkdir()
(proj / "pyproject.toml").write_text(
f'[project]\nname = "{project_name}"\nversion = "1.0"\n'
)
(proj / "pyproject.toml").write_text(f'[project]\nname = "{project_name}"\nversion = "1.0"\n')
return str(proj)