ruff/crates/ruff_python_semantic/src/analyze
2024-05-07 19:28:06 +01:00
..
class.rs [flake8-pyi] Allow simple assignments to None in enum class scopes (PYI026) (#11128) 2024-04-24 15:13:55 +01:00
function_type.rs [pylint] Implement invalid-bytes-returned (E0308) (#10959) 2024-04-18 01:38:14 +00:00
imports.rs Split CallPath into QualifiedName and UnqualifiedName (#10210) 2024-03-04 09:06:51 +00: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 Remove Expr postfix from ExprNamed, ExprIf, and ExprGenerator (#10229) 2024-03-04 12:55:01 +01:00
typing.rs [flake8-pyi] Implement PYI062 (duplicate-literal-member) (#11269) 2024-05-07 19:28:06 +01:00
visibility.rs Resolve classes and functions relative to script name (#10965) 2024-04-18 01:42:50 +00:00