pyansi/pyproject.toml
2023-10-30 13:58:36 -05:00

30 lines
499 B
TOML

[tool.poetry]
name = "pyansi"
version = "0.1.0"
description = ""
authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[tool.black]
max-line-length = 120
[tool.isort]
profile = "black"
line_length = 120
force_single_line = true
from_first = false
force_sort_within_sections = true
[tool.ruff]
line-length = 120
[tool.pyright]
pythonVersion = "3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"