Skip to content

Commit

Permalink
docs(events): convert docstring to google-style
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Oct 21, 2024
1 parent aa72a20 commit 97853c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packit_service/worker/events/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,8 @@ def pre_check(self) -> bool:
Implement this method for those events, where you want to check if event properties are
correct. If this method returns False during runtime, execution of service code is skipped.
:return: False if we can ignore the event
Returns:
`False` when we can ignore the event, `True` otherwise (for handling).
"""
return True

Expand Down

0 comments on commit 97853c1

Please sign in to comment.