File: pyproject.toml

package info (click to toggle)
logilab-common 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: python: 11,129; makefile: 41
file content (15 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.black]
line-length = 100
target-version = ['py37']
exclude = '''(
    \(
        dist
        | docs
        | \.tox
        | \.hg
        | \.mypy_cache
        | \.pytest_cache
        | __pycache__
        | logilab_common.egg-info
    \)
)'''