summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 60715244b4a09b350a1f20e4351a21201ee493b6 (plain)
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
    \)
)'''