project_config.reporters.toml module
TOML reporters.
- class project_config.reporters.toml.TomlColorReporter(*args: Any, colors: Optional[dict[str, str]] = None, **kwargs: Any)[source]
Bases:
BaseColorReporter
Color reporter in TOML format.
- _abc_impl = <_abc._abc_data object>
- class project_config.reporters.toml.TomlReporter(rootdir: str, fmt: Optional[str] = None, only_hints: bool = False)[source]
Bases:
BaseNoopFormattedReporter
Black/white reporter in TOML format.
- _abc_impl = <_abc._abc_data object>
- project_config.reporters.toml._common_generate_errors_report(files_errors: FilesErrors, format_metachar: FormatterDefinitionType, format_file: FormatterDefinitionType, format_key: FormatterDefinitionType, format_error_message: FormatterDefinitionType, format_definition: FormatterDefinitionType, format_hint: FormatterDefinitionType, format_fixed: FormatterDefinitionType) str [source]