grok-1/pyproject.toml
2024-03-17 02:50:45 -07:00

16 lines
202 B
TOML

[tool.ruff]
indent-width = 4
line-length = 100
[tool.ruff.lint]
ignore = [
"E722",
"E731",
"E741",
"F405",
# Re-enable these later on:
"E402",
"F403",
]
select = ["ISC001"]