summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 5a31279c6aeabcc0ab71f31e4f3d8c07d1adb543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.black]
line-length = 100
target-version = ['py36']
include = '\.pyi?$'
exclude = '''
/(
    \.git
  | \.tox
  | \.venv
  | build
  | dist
  | docs
  | hack
)/
'''