9 lines
127 B
TOML
9 lines
127 B
TOML
|
[tool.pylint.'MESSAGES CONTROL']
|
||
|
disable = [
|
||
|
"unnecessary-semicolon",
|
||
|
"trailing-newlines",
|
||
|
"missing-docstring"
|
||
|
]
|
||
|
|
||
|
|