grok-1/pyproject.toml

15 lines
170 B
TOML
Raw Permalink Normal View History

2024-03-15 01:03:58 +03:00
[tool.ruff]
indent-width = 4
line-length = 100
[tool.ruff.lint]
ignore = [
"E722",
"E731",
"E741",
"F405",
"E402",
"F403",
]
select = ["ISC001"]