[tool.isort] multi_line_output = 3 include_trailing_comma = true force_grid_wrap = 0 use_parentheses = true line_length = 120 lines_after_imports = 2 [tool.black] line-length = 120 include = '\.pyi?$' exclude = ''' /( \.git | \.venv | _build | egg-info | build | dist | env )/ ''' [tool.pydocstyle] convention = "google" add-ignore = "D100,D212,D400,D415"