v2.4.1 (#475)
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: Clement Sirieix <clem.sirieix@gmail.com> Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
dd372ce494
commit
e9428bce23
54 changed files with 877 additions and 362 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mistral-vibe"
|
||||
version = "2.4.0"
|
||||
version = "2.4.1"
|
||||
description = "Minimal CLI coding agent by Mistral"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -151,7 +151,7 @@ ban-relative-imports = "all"
|
|||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["vibe"]
|
||||
force-sort-within-sections = true
|
||||
split-on-trailing-comma = true
|
||||
split-on-trailing-comma = false
|
||||
combine-as-imports = true
|
||||
force-wrap-aliases = false
|
||||
order-by-type = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue