ruff/scripts/benchmarks/pyproject.toml
Micha Reiser 27e9d1fe3e
Ruff v0.10 Release (#16708)
Co-authored-by: dylwil3 <dylwil3@gmail.com>
Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
2025-03-13 13:53:11 -04:00

26 lines
445 B
TOML

[project]
name = "scripts"
version = "0.10.0"
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",
]