File: pyproject.toml

package info (click to toggle)
ubuntu-dev-tools 0.206
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,172 kB
  • sloc: python: 9,120; sh: 1,304; perl: 135; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[tool.black]
line-length = 99

[tool.isort]
line_length = 99
profile = "black"