mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
disable ruff import sorting
This commit is contained in:
parent
33c8e149dd
commit
e95b1e9739
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ select = [
|
||||||
"F", # Pyflakes
|
"F", # Pyflakes
|
||||||
"N", # Naming
|
"N", # Naming
|
||||||
"W", # Warnings
|
"W", # Warnings
|
||||||
"I", # isort
|
|
||||||
"DTZ", # datetime rules
|
"DTZ", # datetime rules
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue