mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-26 14:38:50 +00:00
Update code_lint.py (#4470)
This commit is contained in:
parent
1b58f6e7d5
commit
732391859d
@ -51,7 +51,7 @@ class CodeLinter(Builder):
|
||||
|
||||
def write_doc(self, docname: str, doctree: nodes.Node) -> None:
|
||||
path_prefix: str = self.app.config.code_lint_path_prefix
|
||||
supported_languages = set(["python"])
|
||||
supported_languages = set(["python", "default"])
|
||||
|
||||
if not docname.startswith(path_prefix):
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user