api_for_unity / pyproject.toml
ldhldh's picture
Upload 8 files
90e26fa
raw
history blame
No virus
193 Bytes
[tool.black]
line-length = 120
required-version = "22.3.0"
[tool.isort]
profile = "black"
line_length = 120
combine_as_imports = true
combine_star = true
known_local_folder = ["tests", "cli"]