ruff/crates/ruff_linter
Takayuki Maeda ff677a96e4
[ruff] Recognize t-strings, generators, and lambdas in invalid-index-type (RUF016) (#20213)
## Summary

Fixes #20204

Recognize t-strings, generators, and lambdas in RUF016

- Accept boolean literals as valid index and slice bounds.
- Add TString, Generator, and Lambda to `CheckableExprType`.
- Expand RUF016.py fixture and update snapshots accordingly.
2025-09-12 13:37:02 -05:00
..
resources [ruff] Recognize t-strings, generators, and lambdas in invalid-index-type (RUF016) (#20213) 2025-09-12 13:37:02 -05:00
src [ruff] Recognize t-strings, generators, and lambdas in invalid-index-type (RUF016) (#20213) 2025-09-12 13:37:02 -05:00
Cargo.toml Bump 0.13.0 (#20336) 2025-09-10 12:11:22 -04:00