didericis-claude
8a321770dd
test / integration (pull_request) Successful in 12s
test / unit (pull_request) Successful in 32s
test / coverage (pull_request) Successful in 36s
lint / lint (push) Successful in 2m17s
fix(backend): fix pyright errors in lazy-load implementation
...
- Rename _BACKENDS → _backends: pyright treats uppercase module-level
names as constants and flags the reassignment in _get_backends() as
reportConstantRedefinition; lowercase avoids this.
- Add TYPE_CHECKING guard importing CommitCancelled/Freezer/get_freezer
from .freeze: pyright cannot see module-level __getattr__ bindings, so
reportUnsupportedDunderAll fired for those three __all__ entries; the
guard makes them visible to the type checker without running at import
time.
- Update test_backend_selection.py to patch _backends (lowercase).
2026-07-18 05:11:29 -04:00
..
2026-07-14 17:07:56 -04:00
2026-07-14 17:12:12 -04:00
2026-07-08 12:38:15 -04:00
2026-07-17 00:36:43 -04:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-18 05:11:29 -04:00
2026-07-12 15:55:39 -04:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 02:38:20 -04:00
2026-07-11 16:56:17 -04:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-09 00:19:24 -04:00
2026-07-11 13:24:47 -04:00
2026-07-09 00:19:24 -04:00
2026-06-25 16:13:19 -04:00
2026-07-14 02:38:20 -04:00
2026-06-25 16:13:19 -04:00
2026-07-14 16:46:46 -04:00
2026-07-14 17:07:56 -04:00
2026-07-14 02:38:20 -04:00
2026-07-01 19:50:38 +00:00
2026-07-16 17:42:36 -04:00
2026-06-30 15:08:14 -04:00
2026-06-26 23:22:18 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 02:38:20 -04:00
2026-07-16 14:36:54 -04:00
2026-07-16 14:36:54 -04:00
2026-06-30 15:08:14 -04:00
2026-07-18 05:11:29 -04:00
2026-07-14 17:07:56 -04:00
2026-07-18 03:01:41 +00:00
2026-07-18 03:01:41 +00:00
2026-07-14 17:12:12 -04:00
2026-06-25 22:04:27 -04:00
2026-07-17 22:34:28 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 17:07:56 -04:00
2026-07-16 18:01:59 -04:00
2026-07-14 17:02:08 -04:00
2026-07-17 01:02:19 -04:00
2026-07-16 16:15:58 -04:00
2026-07-16 23:41:53 -04:00
2026-07-14 16:46:46 -04:00
2026-07-14 02:38:20 -04:00
2026-07-17 21:49:30 -04:00
2026-07-09 17:35:28 +00:00
2026-07-14 02:38:20 -04:00
2026-07-16 23:07:12 -04:00
2026-07-14 17:07:56 -04:00
2026-07-17 22:34:28 -04:00
2026-07-17 22:34:28 -04:00
2026-07-17 00:04:48 -04:00
2026-07-17 04:14:14 -04:00
2026-07-08 12:38:15 -04:00
2026-07-17 04:14:14 -04:00
2026-07-17 03:26:33 -04:00
2026-07-17 03:26:33 -04:00
2026-07-17 04:14:14 -04:00
2026-06-25 16:13:19 -04:00
2026-06-25 05:10:03 -04:00
2026-06-26 21:19:27 -04:00
2026-07-09 00:19:24 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 02:38:20 -04:00
2026-07-17 05:15:16 -04:00
2026-07-14 02:38:20 -04:00
2026-07-17 22:34:28 -04:00
2026-07-17 05:15:16 -04:00
2026-07-14 17:07:56 -04:00
2026-07-14 02:38:20 -04:00
2026-07-16 22:05:21 -04:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 17:07:56 -04:00
2026-07-16 23:46:46 -04:00
2026-07-16 22:44:47 -04:00
2026-07-16 22:05:21 -04:00
2026-07-14 02:38:20 -04:00
2026-07-18 03:01:41 +00:00
2026-07-14 02:38:20 -04:00
2026-07-09 17:21:57 +00:00