Improve TOTP docs & README & Make CLI actually support typer + py3.11 (#2791)

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Suchintan
2025-06-25 12:59:56 -04:00
committed by GitHub
parent 60dcd6bcb1
commit 9c9760d6ca
9 changed files with 307 additions and 179 deletions

View File

@@ -57,7 +57,8 @@ repos:
- id: pyupgrade
exclude: |
(?x)(
^skyvern/client/.*
^skyvern/client/.*|
^skyvern/cli/.*
)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.16.0