Skip to content

Commit a9aa6fc

Browse files
Extend core type-helper guard to transport error utils
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 662076e commit a9aa6fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This runs lint, format checks, compile checks, tests, and package build.
9090
- `tests/test_plain_type_guard_usage.py` (`str`/`int` guardrail enforcement via plain-type checks),
9191
- `tests/test_type_utils_usage.py` (type `__mro__` boundary centralization in `hyperbrowser/type_utils.py`),
9292
- `tests/test_polling_loop_usage.py` (`while True` polling-loop centralization in `hyperbrowser/client/polling.py`),
93-
- `tests/test_core_type_helper_usage.py` (core transport/config/header/file/polling/session module enforcement of shared plain-type helper usage).
93+
- `tests/test_core_type_helper_usage.py` (core transport/config/header/file/polling/session/error module enforcement of shared plain-type helper usage).
9494

9595
## Code quality conventions
9696

tests/test_core_type_helper_usage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"hyperbrowser/transport/base.py",
1717
"hyperbrowser/transport/sync.py",
1818
"hyperbrowser/transport/async_transport.py",
19+
"hyperbrowser/transport/error_utils.py",
1920
)
2021

2122
_PLAIN_TYPE_CHECK_PATTERN = re.compile(

0 commit comments

Comments
 (0)