Files
ruff/scripts/benchmarks/pyproject.toml
Brent Westbrook c5ac998892 Bump 0.12.7 (#19627)
## Test Plan

- [x] Download the [sdist
artifact](https://github.com/astral-sh/ruff/actions/runs/16608501774/artifacts/3643617012)
and check that the LICENSE is present
2025-07-29 18:18:42 -04:00

27 lines
445 B
TOML

[project]
name = "scripts"
version = "0.12.7"
description = ""
authors = ["Charles Marsh <charlie.r.marsh@gmail.com>"]
python = ">=3.10,<3.12"
dependencies = ["autoflake", "autopep8", "black", "flake8", "isort", "pycodestyle", "pyflakes", "pylint", "yapf"]
[dependency-groups]
formatter = [
"black",
"yapf",
"autopep8",
]
linter = [
"autoflake",
"flake8",
"pycodestyle",
"pyflakes",
"pylint",
"isort",
]