[tool.isort]
profile = "black"
src_paths = ["pytest_tests"]
line_length = 140
[tool.black]
line-length = 140
target-version = ["py310"]