format
- format(path: str | Path, *, metadata_path: str | Path | None = None, metadata: MappingSet | dict[str, Any] | None = None, converter: Converter | None = None, exclude_mappings: Iterable[SemanticMapping] | None = None, exclude_mappings_key: Callable[[SemanticMapping], X] | None = None, drop_duplicates: bool = False, drop_duplicates_key: Callable[[SemanticMapping], Y] | None = None, standardize: bool = False) None[source]
Lint a file.