File: pyproject.toml

package info (click to toggle)
diffoscope 177
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,340 kB
  • sloc: python: 14,727; makefile: 97; sh: 81; xml: 26; javascript: 2
file content (4 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (6)
1
2
3
4
[tool.black]
line-length = 79
include = '(setup|diffoscope/.+|tests/.+)\.pyi?$'
exclude = "diffoscope/changes.py"