You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(fitness): merge main and address CodeQL findings
Merge main branch to resolve conflicts (PR #479 prerequisite now merged).
Resolve 6 file conflicts by taking main's refined e2e test versions.
Address unresolved CodeQL code scanning findings:
- Replace global boolean guards with dict-based _registration_state
to eliminate "unused global variable" false positives
- Move inline comments before pass statements so CodeQL recognizes
explanatory comments on empty except clauses
All 464 tests pass, 94.26% coverage.
***config:** handle corrupted config.toml in credential functions ([#481](https://github.com/runpod/runpod-python/issues/481)) ([9894894](https://github.com/runpod/runpod-python/commit/9894894ee2022e7db0777c9dd24c23208e52f90c))
9
+
* use flashBootType instead of appending -fb ([#484](https://github.com/runpod/runpod-python/issues/484)) ([7938936](https://github.com/runpod/runpod-python/commit/7938936158c351d6e00caebbf4242e085f7565ae))
0 commit comments