v2.0.2
Co-Authored-By: Vincent Guilloux <vincent.guilloux@mistral.ai> Co-Authored-By: Clément Siriex <clement.sirieix@mistral.ai> Co-Authored-By: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai>
This commit is contained in:
parent
bd3497b1c0
commit
9809cfc831
32 changed files with 622 additions and 305 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "mistral-vibe"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
description = "Minimal CLI coding agent by Mistral"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
|
@ -159,5 +159,5 @@ max-nested-blocks = 4
|
|||
ignore_decorators = ["@*"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-vvvv -q -n auto --durations=5 --import-mode=importlib"
|
||||
addopts = "-vvvv -q -n auto --durations=10 --import-mode=importlib --maxschedchunk=1"
|
||||
timeout = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue