AI-EMBD / pyproject.toml
csalabs's picture
Upload 17 files
66adac7
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",
]