rtmc-be/pyproject.toml
2024-09-09 04:04:18 +03:00

9 lines
147 B
TOML

[tool.pylint.'MESSAGES CONTROL']
disable = [
"line-too-long",
"unnecessary-semicolon",
"trailing-newlines",
"missing-docstring"
]