mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 06:20:55 -05:00
## Summary Bandit now also reports `B113` on `httpx` (https://github.com/PyCQA/bandit/pull/1060). This PR implements the same logic, to detect missing or `None` timeouts for `httpx` alongside `requests`. ## Test Plan Snapshot tests.