mirror of
https://github.com/xai-org/grok-1.git
synced 2025-12-15 22:51:36 +03:00
Add initial code
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[tool.ruff]
|
||||
indent-width = 4
|
||||
line-length = 100
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = [
|
||||
"E722",
|
||||
"E731",
|
||||
"E741",
|
||||
"F405",
|
||||
"E402",
|
||||
"F403",
|
||||
]
|
||||
select = ["ISC001"]
|
||||
Reference in New Issue
Block a user