Skip to content

check_seed_descriptions

This check ensures all seeds include a description

Version History

Added in Debby v0.3.0

Parameters

This check does not support any custom parameters.

Info

For more information about how to set custom parameters for a check, see the documentation on configuration.

Source

def check(seed: dict):
    assert seed["description"] not in (None, "")