File: pyproject.toml

package info (click to toggle)
comitup 1.38-2~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,284 kB
  • sloc: python: 3,042; javascript: 1,261; sh: 98; makefile: 33
file content (9 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
[build-system]
requires = ["setuptools", "wheel", "pytest-runner"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79

[tool.isort]
profile = "black"