File: pyproject.toml

package info (click to toggle)
dtrx 8.5.3-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,756 kB
  • sloc: python: 1,841; javascript: 51; makefile: 37; sh: 21
file content (14 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = [
    # latest at time of writing
    "setuptools >= 44.1.1",
    "wheel >= 0.37.0",
]
build-backend = 'setuptools.build_meta'

[tool.black]
preview = true
target-version = ['py38']

[tool.isort]
profile = 'black'