shu/fix cli (#2086)

This commit is contained in:
Shuchang Zheng
2025-04-03 03:20:40 -04:00
committed by GitHub
parent 8c664adbec
commit 293f01a014
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "skyvern"
version = "0.1.70"
version = "0.1.71"
description = ""
authors = ["Skyvern AI <info@skyvern.com>"]
readme = "README.md"
@@ -142,4 +142,4 @@ module-root = "skyvern"
tests-root = "codeflash-tests"
test-framework = "pytest"
ignore-paths = ["skyvern/client"]
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]