[tool.black]
line-length = 120
target_version = ['py37', 'py38', 'py39', 'py310']
preview = true

[tool.isort]
profile = "black"