Skip to content

Commit

Permalink
chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to …
Browse files Browse the repository at this point in the history
…v0.8.1 (#418)

* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.8.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix __all__ order

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
renovate[bot] and abompard authored Dec 2, 2024
1 parent 35d7416 commit 865cf03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
# Ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.7.4
rev: v0.8.1
hooks:
- id: ruff

Expand Down
16 changes: 8 additions & 8 deletions fedora_messaging/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@


__all__ = (
"SERIALIZED_MESSAGE_SCHEMA",
"SEVERITIES",
"Consumer",
"Message",
"consume",
"publish",
"twisted_consume",
"Consumer",
"dumps",
"loads",
"pre_publish_signal",
"publish_signal",
"publish",
"publish_failed_signal",
"loads",
"dumps",
"SERIALIZED_MESSAGE_SCHEMA",
"SEVERITIES",
"publish_signal",
"twisted_consume",
)

# The Twisted service that consumers are registered with.
Expand Down

0 comments on commit 865cf03

Please sign in to comment.