File: pyproject.toml

package info (click to toggle)
python-pystow 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 408 kB
  • sloc: python: 3,119; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See https://setuptools.readthedocs.io/en/latest/build_meta.html
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"

[tool.black]
line-length = 100
target-version = ["py38", "py39", "py310", "py311", "py312"]

[tool.isort]
profile = "black"
multi_line_output = 3
include_trailing_comma = true
reverse_relative = true