Add docstrings to EventBridge template for API reference#76
Conversation
Added module, class, and method docstrings to all files in the `templates/eventbridge` directory to support API reference generation via MkDocs and mkdocstrings. Also included a type cast in `secrets.py` to fix a Pyright type error where `SecretsProvider.get()` return type was not strictly `str`.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Added comprehensive Google-style docstrings to the EventBridge template files (
handler.py,models.py,settings.py,secrets.py,session.py,__init__.py) to enable proper API reference generation. Verified the changes by successfully building the documentation with MkDocs and running the full test suite. Additionally, resolved a pre-existing type check error in theSecretManagerclass.PR created automatically by Jules for task 9323196347602466958 started by @amrabed