mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-13 05:00:14 +02:00
5eee2a4332
Fixes: #164 --------- Co-authored-by: Clawdbot <clawdbot@users.noreply.github.com>
14 lines
293 B
TOML
14 lines
293 B
TOML
[project]
|
|
name = "parent-config-project"
|
|
version = "0.1.0"
|
|
description = "Test fixture for parent directory pyproject.toml search"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"ruff==0.10.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|