We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfb737 commit 202ef03Copy full SHA for 202ef03
1 file changed
scripts-dev/mypy_synapse_plugin.py
@@ -98,7 +98,7 @@ def check_prometheus_metric_instantiation(ctx: FunctionSigContext) -> CallableTy
98
ensures metrics are correctly separated by homeserver.
99
100
There are also some metrics that apply at the process level, such as CPU usage,
101
- Python garbage collection, Twisted reactor tick time which shouldn't have the
+ Python garbage collection, and Twisted reactor tick time, which shouldn't have the
102
`SERVER_NAME_LABEL`. In those cases, use use a type ignore comment to disable the
103
check, e.g. `# type: ignore[missing-server-name-label]`.
104
"""
0 commit comments