blob: 036b69c24f3702841e327c910f38ab7dec7dd647 [file] [log] [blame]
[tool.black]
max-line-length = 100
target_version = ['py36', 'py37', 'py38']
include = '\.pyi?$'
exclude = '''
(
/(
| \.git
| \.virtualenv
| __pycache__
)/
)
'''