forked from tpd94/CDRM-Project
19 lines
228 B
TOML
19 lines
228 B
TOML
|
[tool.black]
|
||
|
line-length = 88
|
||
|
target-version = ['py38']
|
||
|
include = '\.pyi?$'
|
||
|
exclude = '''
|
||
|
/(
|
||
|
\.eggs
|
||
|
| \.git
|
||
|
| \.hg
|
||
|
| \.mypy_cache
|
||
|
| \.tox
|
||
|
| \.venv
|
||
|
| _build
|
||
|
| buck-out
|
||
|
| build
|
||
|
| dist
|
||
|
| cdrm-frontend
|
||
|
)/
|
||
|
'''
|