summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 4a74cfd6e0860644718822e8dc158dff3d235118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tool.black]
line-length = 120
py36 = true
exclude = '''
/(
    \.git
  | \.eggs
  | \.idea
  | \__pycache__
)/
'''
skip-numeric-underscore-normalization = true