File: pyproject.toml

package info (click to toggle)
python-wilderness 0.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: python: 2,176; makefile: 152; sh: 9
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
[tool.black]
line-length=79

[tool.isort]
profile="black"
sections=['FUTURE', 'STDLIB', 'TYPING', 'THIRDPARTY', 'FIRSTPARTY', 'LOCALFOLDER']
known_typing=['typing']
force_single_line=true
lines_between_types=1