Spaces:
Runtime error
Runtime error
[tool.black] | |
line-length = 119 | |
skip-string-normalization = true | |
target-version = ['py39', 'py310'] | |
include = '\.pyi?$' | |
exclude = ''' | |
/( | |
\.eggs | |
| \.git | |
| \.hg | |
| \.mypy_cache | |
| \.tox | |
| \.venv | |
| _build | |
| buck-out | |
| build | |
| dist | |
| outputs | |
)/ | |
''' | |