logotherapyGPT / pyproject.toml
balkite's picture
Upload 88 files
a29269e
raw
history blame
No virus
210 Bytes
# ==== black ====
[tool.black]
line-length = 119
target-version = ['py311']
# ==== isort ====
[tool.isort]
profile = "black"
line_length = 119
known_first_party = [
"tests",
"scripts",
"hooks",
]