mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
[flake8-bandit] request-without-timeout should warn for requests.request (#11548)
## Summary Update [S113](https://docs.astral.sh/ruff/rules/request-without-timeout/) to also warns for missing timeout on when calling `requests.request`
This commit is contained in:
@@ -36,7 +36,6 @@ if TYPE_CHECKING:
|
||||
Project,
|
||||
)
|
||||
|
||||
|
||||
# Matches lines that are summaries rather than diagnostics
|
||||
CHECK_SUMMARY_LINE_RE = re.compile(r"^(Found \d+ error.*)|(.* fixable with .*)$")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user