ruff/crates/ruff_python_semantic/src
Shahar Naveh 33713a7e2a
Add rule to detect unnecessary class properties (#21535)
Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
Co-authored-by: Amethyst Reese <amethyst@n7.gg>
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-11-26 09:31:22 +01:00
..
analyze [flake8-pyi] Fix PYI034 to not trigger on metaclasses (PYI034) (#20881) 2025-10-24 13:40:26 +00:00
cfg
model
binding.rs Add a ScopeKind for the __class__ cell (#20048) 2025-08-26 09:49:08 -04:00
branches.rs
context.rs
definition.rs [ty] Make Module a Salsa ingredient 2025-07-23 09:46:40 -04:00
globals.rs
imports.rs [ruff] Update schemars to v1 (#20942) 2025-10-20 08:59:52 +02:00
lib.rs
model.rs Add rule to detect unnecessary class properties (#21535) 2025-11-26 09:31:22 +01:00
nodes.rs
reference.rs
scope.rs Add a ScopeKind for the __class__ cell (#20048) 2025-08-26 09:49:08 -04:00
star_import.rs