Modules§
- configuration
- User-provided program settings, taking into account pyproject.toml and command-line options. Structure mirrors the user-facing representation of the various parameters.
- options
- pyproject
- Utilities for locating (and extracting configuration from) a pyproject.toml.
- resolver
- Discover Python files, and their corresponding
Settings, from the filesystem.