ruff/crates/ruff_linter
liam 2be73e9afb
[`flake8-bugbear`] Mark `B905` and `B912` fixes as unsafe (#20695)
Resolves https://github.com/astral-sh/ruff/issues/20694

This PR updates the `zip_without_explicit_strict` and
`map_without_explicit_strict` rules so their fixes are always marked
unsafe, following Brent's guidance that adding `strict=False` can
silently preserve buggy behaviour when inputs differ. The fix safety
docs now spell out that reasoning, the applicability drops to `Unsafe`,
and the snapshots were refreshed so Ruff clearly warns users before
applying the edit.
2025-10-07 16:55:56 -04:00
..
resources Update default and latest Python versions for 3.14 (#20725) 2025-10-07 12:23:11 -04:00
src [`flake8-bugbear`] Mark `B905` and `B912` fixes as unsafe (#20695) 2025-10-07 16:55:56 -04:00
Cargo.toml Bump 0.14.0 (#20751) 2025-10-07 11:05:47 -07:00