File: pyproject.toml

package info (click to toggle)
python-duet 0.2.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 1,423; sh: 30; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tool.black]
line-length = 100
target_version = ['py37', 'py38']
skip-magic-trailing-comma = true

[tool.isort]
profile = 'black'
# Sort alphabetically, irrespective of case.
order_by_type = false
line_length = 100
remove_redundant_aliases = true