-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: some lint fix using tools #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
That's super cool, thanks for helping lint the codebase, could u plz rebase the latest code? Thanks in advance! BTW, it might be a good idea to add ruff check in the current |
will do it tomorrow |
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
7ea8407
to
6aa1e44
Compare
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@hetaoBackend addressed the comments |
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@@ -2,7 +2,6 @@ | |||
# SPDX-License-Identifier: MIT | |||
|
|||
from .tools import SELECTED_SEARCH_ENGINE, SearchEngine | |||
from .loader import load_yaml_config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is important for loading the YAML config in the system; we need to export this method.
@yihong0618 Thanks for the contribution. |
thank you |
* fix: some lint fix using tools Signed-off-by: yihong0618 <zouzou0208@gmail.com> * fix: md lint Signed-off-by: yihong0618 <zouzou0208@gmail.com> * fix: some lint fix using tools Signed-off-by: yihong0618 <zouzou0208@gmail.com> * fix: address comments Signed-off-by: yihong0618 <zouzou0208@gmail.com> * fix: tests Signed-off-by: yihong0618 <zouzou0208@gmail.com> --------- Signed-off-by: yihong0618 <zouzou0208@gmail.com> Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This patch using some tools to make the format better