mirror of
https://github.com/xai-org/grok-1
synced 2024-11-09 01:51:21 +08:00
15 lines
170 B
TOML
15 lines
170 B
TOML
[tool.ruff]
|
|
indent-width = 4
|
|
line-length = 100
|
|
|
|
[tool.ruff.lint]
|
|
ignore = [
|
|
"E722",
|
|
"E731",
|
|
"E741",
|
|
"F405",
|
|
"E402",
|
|
"F403",
|
|
]
|
|
select = ["ISC001"]
|