[tool.black] line-length = 140 [tool.isort] atomic = true profile = "black" line_length = 140 [tool.mypy] disable_error_code = ["import-untyped", "no-redef", "attr-defined"]