ruff/crates/ruff_linter
InSync c62ba48ad4
[ruff] Do not simplify round() calls (RUF046) (#14832)
## Summary

Part 1 of the big change introduced in #14828. This temporarily causes
all fixes for `round(...)` to be considered unsafe, but they will
eventually be enhanced.

## Test Plan

`cargo nextest run` and `cargo insta test`.
2024-12-09 16:51:27 +01:00
..
resources [ruff] Do not simplify round() calls (RUF046) (#14832) 2024-12-09 16:51:27 +01:00
src [ruff] Do not simplify round() calls (RUF046) (#14832) 2024-12-09 16:51:27 +01:00
Cargo.toml Bump version to 0.8.2 (#14789) 2024-12-05 18:06:35 +05:30