← All recipes
Moderne licensed

Drop `exists() check before is_dir()/is_file()

Recipe IDorg.openrewrite.python.cleanup.RemoveRedundantPathExistsArtifactopenrewrite-static-analysis

Drop `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.RemoveRedundantPathExists

If the recipe isn’t available locally, install it with:

mod config recipes pip install openrewrite-static-analysis