ruff/crates/ruff_linter
InSync 671494a620
[pylint] Also reports case np.nan/case math.nan (PLW0177) (#16378)
## Summary

Resolves #16374.

`PLW0177` now also reports the pattern of a case branch if it is an
attribute access whose qualified name is that of either `np.nan` or
`math.nan`.

As the rule is in preview, the changes are not preview-gated.

## Test Plan

`cargo nextest run` and `cargo insta test`.
2025-02-26 13:50:21 -05:00
..
resources [pylint] Also reports case np.nan/case math.nan (PLW0177) (#16378) 2025-02-26 13:50:21 -05:00
src [pylint] Also reports case np.nan/case math.nan (PLW0177) (#16378) 2025-02-26 13:50:21 -05:00
Cargo.toml Bump version to 0.9.7 (#16271) 2025-02-20 08:12:11 -05:00