10 lines
183 B
TOML
10 lines
183 B
TOML
|
[tool.pylint.messages_control]
|
||
|
disable = "C0330, C0326"
|
||
|
|
||
|
[tool.pylint.format]
|
||
|
max-line-length = "100"
|
||
|
|
||
|
[tool.black]
|
||
|
line-length = 120
|
||
|
organize-imports = true
|
||
|
target-version = ['py38']
|