File: pyproject.toml

package info (click to toggle)
python-aiohttp-apispec 3.0.0~b2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 204 kB
  • sloc: python: 439; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tool.black]
include = '\.py$'
skip-string-normalization = true
exclude = '''
(
    migrations/
  | protobuffers/
  | venv/
)
'''