API Reference¶
Simple API¶
- fixit.fixit_paths(paths: Iterable[Path]) Generator[Result, None, None]¶
Lint multiple files or directories, recursively expanding each path.
Advanced API¶
- fixit.fixit_bytes(path: Path, content: bytes, *, config: Config) Generator[Result, None, None]¶
Lint raw bytes content representing a single path, using the given configuration.
