mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +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
|
||||
"N", # Naming
|
||||
"W", # Warnings
|
||||
"I", # isort
|
||||
"DTZ", # datetime rules
|
||||
]
|
||||
ignore = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue