Shuwei Hou
initial_for_hf
5806e12
raw
history blame contribute delete
173 Bytes
[tool.black]
line-length = 120
target-version = ["py38", "py39", "py310"]
[tool.ruff]
line-length = 120
ignore = ["E741"]
[tool.ruff.per-file-ignores]
"test.py" = ["E501"]