16 lines
192 B
TOML
16 lines
192 B
TOML
|
[tool.black]
|
||
|
line-length = 79
|
||
|
skip-string-normalization = true
|
||
|
exclude = '''
|
||
|
/(
|
||
|
\.git
|
||
|
| venv
|
||
|
| local
|
||
|
| var
|
||
|
| migrations
|
||
|
| node_modules
|
||
|
| assets
|
||
|
)/
|
||
|
| urls(|_.+|/.+).py
|
||
|
'''
|