Commit 8c6deac
fix(scripts): resolve lint issues in setup-oci-public.py
- Make file executable (EXE001)
- Add explicit check=False to all subprocess.run calls (PLW1510)
- Replace blind Exception catches with specific types (BLE001/S110)
- Use mode="wb" for binary cert tempfile write (ty overload)
- Add type narrowing assert for lb_ip (ty invalid-argument-type)
- Add noqa for intentional naive datetime parse (DTZ007)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent df86643 commit 8c6deac
1 file changed
Lines changed: 414 additions & 131 deletions
0 commit comments