[Bug fix]: Standardize SecretStr use (#6660)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-02-10 08:03:56 -05:00
committed by GitHub
parent 707cb07f4f
commit 4a5891cbea
14 changed files with 166 additions and 71 deletions

View File

@@ -24,3 +24,6 @@ inline-quotes = "single"
[format]
quote-style = "single"
[lint.flake8-bugbear]
extend-immutable-calls = ["Depends", "fastapi.Depends", "fastapi.params.Depends"]