We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d7416 commit 865cf03Copy full SHA for 865cf03
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
# Ruff
25
- repo: https://github.com/charliermarsh/ruff-pre-commit
26
# Ruff version.
27
- rev: v0.7.4
+ rev: v0.8.1
28
hooks:
29
- id: ruff
30
fedora_messaging/api.py
@@ -23,18 +23,18 @@
23
__all__ = (
+ "SERIALIZED_MESSAGE_SCHEMA",
+ "SEVERITIES",
+ "Consumer",
"Message",
"consume",
- "publish",
- "twisted_consume",
- "Consumer",
31
+ "dumps",
32
+ "loads",
33
"pre_publish_signal",
- "publish_signal",
34
+ "publish",
35
"publish_failed_signal",
- "loads",
- "dumps",
36
- "SERIALIZED_MESSAGE_SCHEMA",
37
- "SEVERITIES",
+ "publish_signal",
+ "twisted_consume",
38
)
39
40
# The Twisted service that consumers are registered with.
0 commit comments