grok-1 / pyproject.toml
jonathanagustin's picture
init
131b89c
raw
history blame contribute delete
No virus
170 Bytes
[tool.ruff]
indent-width = 4
line-length = 100
[tool.ruff.lint]
ignore = [
"E722",
"E731",
"E741",
"F405",
"E402",
"F403",
]
select = ["ISC001"]