10 lines
158 B
TOML
10 lines
158 B
TOML
[tool.black]
|
|
verbose = 1
|
|
--check = "no"
|
|
diff = "y"
|
|
color = true
|
|
line-length = 79
|
|
target-version = ["py36", "py37", "py38"]
|
|
exclude='\.pyi?$'
|
|
include='\.py?$'
|