diff --git a/trestlebot/bot.py b/trestlebot/bot.py index c7a4285b..97515fc7 100644 --- a/trestlebot/bot.py +++ b/trestlebot/bot.py @@ -168,7 +168,7 @@ def run( ) -> Tuple[str, int]: """ Run Trestle Bot and returns commit and pull request information. - + Args: patterns: List of file patterns for `git add` git_provider: Optional configured git provider for interacting with the API