ASMARA/pyproject.toml
Anastasia Mayer 5f8b8deaa0
...
2024-01-14 06:42:23 -06:00

11 lines
260 B
TOML

[tool.black]
line-length = 79
target-version = ["py310"]
[tool.isort]
import_heading_stdlib = "Standard Library"
import_heading_thirdparty = "Third-Party"
import_heading_firstparty = "First-Party"
import_heading_localfolder = "Local Folder"
profile = "black"