8 lines
99 B
TOML
8 lines
99 B
TOML
[tool.black]
|
|
target-version = ['py38']
|
|
exclude = '''
|
|
(
|
|
theme/static
|
|
| theme/static_src
|
|
)
|
|
'''
|