14 lines
171 B
TOML
14 lines
171 B
TOML
[tool.black]
|
|
line-length = 88
|
|
target-version = ['py38']
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
(
|
|
\.git/
|
|
| \.github/
|
|
| docs/
|
|
| resources/
|
|
| scripts/
|
|
)
|
|
'''
|