13 lines
201 B
TOML
13 lines
201 B
TOML
[tool.black]
|
|
line-length = 120
|
|
|
|
[tool.isort]
|
|
line_length = 120
|
|
profile = "black"
|
|
|
|
[tool.pylint.messages_control]
|
|
disable = "C0330, C0326, C0115, C0116, C0103"
|
|
|
|
[tool.pylint.format]
|
|
max-line-length=120
|