project_config.config.style package
Style loader, blender and checker.
- exception project_config.config.style.ProjectConfigInvalidStyle(config_path: str, error_messages: list[str])[source]
Bases:
ProjectConfigInvalidConfigSchema
Invalid style error.
- class project_config.config.style.Style(config: Any)[source]
Bases:
object
Wrapper for style loader, blender and checker.
- _add_new_rules_plugins_to_style(style: StyleType, new_rules: list[Rule], new_plugins: list[str], prepend: bool = False) None [source]