Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dkdaniz
/
katara
like
0
Paused
App
Files
Files
Community
1
bc0667c
katara
/
pyproject.toml
Daniel Marques
feat: add llavm
22d91a3
about 1 year ago
raw
Copy download link
history
blame
Safe
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"
,
]