[Patchew-devel] [PATCH 1/9] apply black to mods/tags.py

Philippe Mathieu-Daudé philmd at redhat.com
Thu Jan 16 18:33:18 UTC 2020


TIL "The uncompromising Python code formatter" from the subject.

Reviewed-by: Philippe Mathieu-Daudé <philmd at redhat.com>

On 1/16/20 4:09 PM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
> ---
>   mods/tags.py | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/mods/tags.py b/mods/tags.py
> index 59a367e..55cc9a6 100644
> --- a/mods/tags.py
> +++ b/mods/tags.py
> @@ -52,7 +52,10 @@ series cover letter, patch mail body and their replies.
>       def __init__(self):
>           register_handler("MessageAdded", self.on_message_added)
>           declare_event("TagsUpdate", series="message object that is updated")
> -        declare_event("SeriesReviewed", series="message object that got Reviewed-by tags for all patches")
> +        declare_event(
> +            "SeriesReviewed",
> +            series="message object that got Reviewed-by tags for all patches",
> +        )
>   
>           # XXX: get this list through module config?
>   
> 





More information about the Patchew-devel mailing list