pyproject.toml (6 lines of code) (raw):

[tool.black] line-length = 80 target-version = ['py38', 'py39', 'py310', 'py311'] [tool.isort] profile = "black" line_length = 80