ruff/crates/ruff_python_semantic
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
..
src [ruff] Do not simplify round() calls (RUF046) (#14832) 2024-12-09 16:51:27 +01:00
Cargo.toml Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00