Use inline conditional for simple `if/else` assignment
Recipe ID
org.openrewrite.python.cleanup.AssignIfExpArtifactopenrewrite-static-analysisWhen an `if/else` pair each assign a single value to the same variable, rewrite as a ternary expression.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.python.cleanup.AssignIfExpIf the recipe isn’t available locally, install it with:
mod config recipes pip install openrewrite-static-analysis