ruff/crates/ruff_python_semantic/src/analyze
2023-12-12 20:07:33 -05:00
..
function_type.rs Support local and dynamic class- and static-method decorators (#8592) 2023-11-10 02:04:25 +00:00
imports.rs Allow matplotlib.use calls to intersperse imports (#9094) 2023-12-11 17:06:25 +00:00
logging.rs Allow capitalized names for logger candidate heuristic match (#6356) 2023-08-04 23:25:34 +00:00
mod.rs Allow sys.path modifications between imports (#9047) 2023-12-07 13:35:55 -05:00
type_inference.rs New AST nodes for f-string elements (#8835) 2023-12-07 10:28:05 -06:00
typing.rs Add named expression handling to find_assigned_value (#9109) 2023-12-12 20:07:33 -05:00
visibility.rs [pylint] Implement too-many-public-methods rule (PLR0904) (#6179) 2023-09-14 00:52:26 +00:00