mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
12 lines
172 B
TOML
12 lines
172 B
TOML
[project]
|
|
name = "scripts"
|
|
version = "0.0.1"
|
|
dependencies = ["stdlibs"]
|
|
requires-python = ">=3.11"
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
|
|
[tool.ruff]
|
|
extend = "../pyproject.toml"
|