6 lines
108 B
TOML
6 lines
108 B
TOML
|
[tool.black]
|
||
|
line-length = 79
|
||
|
target-version = ['py39']
|
||
|
include = '\.pyi?$'
|
||
|
extend-exclude = 'migrations/*'
|