mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 04:17:42 +00:00
## Summary Fixes bug in `TRIO115` where it would not `return` for values that were not a `NumberLiteral` so ```python x = "bla" trio.sleep(x) ``` would set off a false positive ## Test Plan Added test case to fixture |
||
|---|---|---|
| .. | ||
| fixtures | ||
| package | ||
| project | ||
| disallowed_rule_names.txt | ||