ruff/crates/ruff_linter
Mathieu Kniewallner 8210c1ed5b
[`flake8-bandit`] Detect `httpx` for `S113` (#12174)
## 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.
2024-07-03 19:26:55 -04:00
..
resources [`flake8-bandit`] Detect `httpx` for `S113` (#12174) 2024-07-03 19:26:55 -04:00
src [`flake8-bandit`] Detect `httpx` for `S113` (#12174) 2024-07-03 19:26:55 -04:00
Cargo.toml Release v0.5.0 (#12068) 2024-06-27 14:46:44 +00:00
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00