82d417b9e6
Fresh start for the StarlingX automation framework. Change-Id: Ie265e0791024f45f71faad6315c2b91b022934d1
13 lines
193 B
TOML
13 lines
193 B
TOML
[tool.isort]
|
|
py_version = "311"
|
|
profile = "black"
|
|
line_length = 200
|
|
|
|
[tool.black]
|
|
target-version = ['py311']
|
|
line-length = 200
|
|
skip-string-normalization = true
|
|
preview = true
|
|
include = '\.py'
|
|
|