Skip to contents

Matches any directory that satisfies at least one of the tool-based criteria or contains a .here sentinel. Use this as the broadest possible fallback when the specific tool does not matter.

Usage

is_python_project

Format

An object of class root_criterion of length 5.

Details

Detection priority (most to least specific) when using detect_python_project is: uv > poetry > pdm > pipenv > conda > pyproject > pip > here.