Skip to content

Commit 865cf03

Browse files
chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to 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 <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aurélien Bompard <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Aurélien Bompard <[email protected]>
1 parent 35d7416 commit 865cf03

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
# Ruff
2525
- repo: https://github.com/charliermarsh/ruff-pre-commit
2626
# Ruff version.
27-
rev: v0.7.4
27+
rev: v0.8.1
2828
hooks:
2929
- id: ruff
3030

fedora_messaging/api.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323

2424

2525
__all__ = (
26+
"SERIALIZED_MESSAGE_SCHEMA",
27+
"SEVERITIES",
28+
"Consumer",
2629
"Message",
2730
"consume",
28-
"publish",
29-
"twisted_consume",
30-
"Consumer",
31+
"dumps",
32+
"loads",
3133
"pre_publish_signal",
32-
"publish_signal",
34+
"publish",
3335
"publish_failed_signal",
34-
"loads",
35-
"dumps",
36-
"SERIALIZED_MESSAGE_SCHEMA",
37-
"SEVERITIES",
36+
"publish_signal",
37+
"twisted_consume",
3838
)
3939

4040
# The Twisted service that consumers are registered with.

0 commit comments

Comments
 (0)