cs_betty
c1147590dd
fix(ci): annotate cache.py:38 redis return type (CAR-1330 dev lint fix)
...
CI / lint (pull_request) Successful in 6s
CI / typecheck (pull_request) Successful in 16s
CI / test (pull_request) Successful in 21s
CI / build-and-push (pull_request) Has been skipped
mypy no-any-return: annotate value: str | bytes | None so mypy doesn't
widen redis client return to Any. Pre-existing dev branch issue blocking
CAR-1356. Mirrors CAR-1340 uat fix (2b20946 ).
2026-06-09 17:34:21 +00:00
cs_betty
94d6173054
fix(ci): dedupe _public_limiter/_auth_limiter declarations in rate_limit.py (CAR-1330 dev lint fix)
...
CI / lint (pull_request) Successful in 7s
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
mypy no-redef: the second forward-decl block at line 124 was a duplicate
of the block at line 111. Pre-existing dev branch issue blocking CAR-1356.
Mirrors CAR-1340 uat fix (2b20946 ).
2026-06-09 17:34:11 +00:00
cs_betty
f59668bf0a
fix(ci): format tests/conftest.py (CAR-1330 dev lint fix)
...
CI / lint (pull_request) Successful in 6s
CI / build-and-push (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
Remove extra blank line at line 120. Pre-existing dev branch issue
blocking CAR-1356 PR #50 . Mirrors CAR-1340 uat fix (2b20946 ).
2026-06-09 17:34:02 +00:00
cs_betty
14b0e73cee
fix(ci): use REGISTRY_TOKEN for build-and-push registry login (CAR-1330)
...
CI / lint (pull_request) Failing after 4s
CI / typecheck (pull_request) Failing after 17s
CI / test (pull_request) Successful in 23s
CI / build-and-push (pull_request) Has been skipped
Parity fix with uat. Prevents reintroduction on next dev->uat promotion.
The automatic github.token has no package/registry write scope; auth's
proven-green ci.yml uses secrets.REGISTRY_TOKEN instead.
cc @cpfarhood
2026-06-09 17:27:08 +00:00