Simplify boolean literal comparisons
Recipe ID
org.openrewrite.python.codequality.SimplifyBooleanLiteralArtifactopenrewrite-migrate-pythonReplace comparisons against boolean literals (== True, != False, is True, etc.) with the simpler equivalent boolean expression.
Single recipepythoncode-qualityRSPEC-S1125Proprietary
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.codequality.SimplifyBooleanLiteralIf the recipe isn’t available locally, install it with:
mod config recipes pip install openrewrite-migrate-python