Files
ruff/__tests__/fixtures/glob-single-star-project/pyproject.toml
T
2026-05-05 09:13:15 +02:00

14 lines
265 B
TOML

[project]
name = "glob-single-star-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ruff==0.6.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"