ruff/crates/ruff_python_semantic/src/analyze
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
..
class.rs Fix a typo in class.rs (#14877) 2024-12-09 15:36:42 +00:00
function_type.rs Improve handling of metaclasses in various linter rules (#12579) 2024-07-30 14:48:36 +01:00
imports.rs [pycodestyle] Exempt pytest.importorskip() calls (E402) (#14474) 2024-11-19 22:08:15 -05:00
logging.rs Include inline instantiations when detecting loggers (#11154) 2024-04-25 21:00:12 -04:00
mod.rs Respect mixed return and raise cases in return-type analysis (#9310) 2023-12-29 16:46:37 +00:00
terminal.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
type_inference.rs Fix PLW1508 false positive for default string created via a mult operation (#14841) 2024-12-08 18:25:47 +00:00
typing.rs [ruff] Do not simplify round() calls (RUF046) (#14832) 2024-12-09 16:51:27 +01:00
visibility.rs Avoid no-self-use for attrs-style validators (#13166) 2024-08-30 12:39:05 -04:00