nitpick.config module

Special configurations.

class nitpick.config.OverridableConfig(from_plugin: Dict[str, Any] = _Nothing.NOTHING, from_style: Dict[str, Any] = _Nothing.NOTHING, value: Dict[str, Any] = _Nothing.NOTHING)[source]

Bases: object

Configs formed from defaults from the plugin that can be overridden by the style.

Method generated by attrs for class OverridableConfig.

from_plugin: Dict[str, Any]
from_style: Dict[str, Any]
value: Dict[str, Any]
class nitpick.config.SpecialConfig(list_keys: OverridableConfig = _Nothing.NOTHING)[source]

Bases: object

Special configurations for plugins.

Method generated by attrs for class SpecialConfig.

list_keys: OverridableConfig