Skip to content

Commit

Permalink
Add trending badge (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Oct 30, 2024
1 parent cff911e commit 9b7c33e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
---

<p align="center">
<a href="https://trendshift.io/repositories/3043" target="_blank"><img src="https://trendshift.io/api/badge/repositories/3043" alt="airtai%2Ffaststream | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>

<br/>
<br/>

<a href="https://github.com/airtai/faststream/actions/workflows/pr_tests.yaml" target="_blank">
<img src="https://github.com/airtai/faststream/actions/workflows/pr_tests.yaml/badge.svg?branch=main" alt="Test Passing"/>
</a>
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/en/faststream.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ search:
---

<p align="center">
<a href="https://trendshift.io/repositories/3043" target="_blank"><img src="https://trendshift.io/api/badge/repositories/3043" alt="airtai%2Ffaststream | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>

<br/>
<br/>

<a href="https://github.com/airtai/faststream/actions/workflows/pr_tests.yaml" target="_blank">
<img src="https://github.com/airtai/faststream/actions/workflows/pr_tests.yaml/badge.svg?branch=main" alt="Test Passing"/>
</a>
Expand Down
4 changes: 2 additions & 2 deletions faststream/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class NackMessage(HandlerException):
signature.
Args:
extra_options (Any): Additional parameters that will be passed to `message.nack(**extra_options)` method.
kwargs (Any): Additional parameters that will be passed to `message.nack(**extra_options)` method.
"""

def __init__(self, **kwargs: Any):
Expand All @@ -80,7 +80,7 @@ class RejectMessage(HandlerException):
signature.
Args:
extra_options (Any): Additional parameters that will be passed to `message.reject(**extra_options)` method.
kwargs (Any): Additional parameters that will be passed to `message.reject(**extra_options)` method.
"""

def __init__(self, **kwargs: Any):
Expand Down

0 comments on commit 9b7c33e

Please sign in to comment.