Merge branch 'gitlab/mgx_ops' into feature/rfc258

This commit is contained in:
莘权 马 2024-09-04 10:44:55 +08:00
commit d5c29a16ad
8 changed files with 1618 additions and 228 deletions

View file

@ -306,7 +306,7 @@ class DocsReporter(FileReporter):
class EditorReporter(FileReporter):
"""Equivalent to FileReporter(block=BlockType.Editor)."""
"""Equivalent to FileReporter(block=BlockType.EDITOR)."""
block: Literal[BlockType.EDITOR] = BlockType.EDITOR