Files
gdit-back/pyproject.toml

19 lines
345 B
TOML

[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
[dependency-groups]
dev = ["black==25.1.0", "pytest==8.4.1", "ruff==0.12.2"]
[tool.black]
line-length = 80
[tool.ruff]
line-length = 80
lint.select = ["ALL"]
lint.ignore = ["D100", "D104"]