Drop `exists() check before is_dir()/is_file()
Recipe ID
org.openrewrite.python.cleanup.RemoveRedundantPathExistsArtifactopenrewrite-static-analysisDrop `path.exists() when it is and-ed with is_dir() or is_file(), which inherently return False` for missing paths.
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.RemoveRedundantPathExistsIf the recipe isn’t available locally, install it with:
mod config recipes pip install openrewrite-static-analysis