load_config

config.load_config(start_dir='.')

Load [tool.lintquarto] settings from the nearest pyproject.toml.

Parameters

Name Type Description Default
start_dir str | Path Directory from which to begin the search. Defaults to the current working directory. '.'

Returns

Name Type Description
LintquartoConfig Parsed configuration. All fields default to empty lists or False when not specified.