[tool.black]
line-length = 120
target-version = ["py312"]
[tool.isort]
line_length = 120
[tool.mypy]
python_version = "3.12"
exclude = "storage"