[tool.pylint.'FORMAT'] max-line-length = 110 [tool.pylint.'MESSAGES CONTROL'] disable = ["missing-module-docstring", "missing-function-docstring", "import-error"] [tool.black] line-length = 110