[tool.black]
line-length = 79
target-version = ['py37']
include = 'src.*py$|tests.*py$'
[tool.isort]
profile = "black"
multi_line_output = 3