File: pyproject.toml

package info (click to toggle)
arm-compute-library 24.11%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,700 kB
  • sloc: cpp: 758,049; lisp: 31,807; ansic: 19,046; python: 3,141; sh: 410; xml: 199; makefile: 48
file content (15 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.black]
line-length = 120
exclude = '''
(
  /(
      \.eggs         # exclude a few common directories in the
    | \.git          # root of the project
    | \.mypy_cache
    | \.venv
    | \.vscode
    | \.pytest_cache
    | build
  )
)
'''