Skip to content

Conversation

yihong0618
Copy link
Contributor

This patch using some tools to make the format better

  • using ruff to drop useless import
  • using typos to fix a typo in src/
  • using autocorrect to lint README CN to make it beautiful
  • using markdownlint to lint markdown

@CLAassistant
Copy link

CLAassistant commented May 13, 2025

CLA assistant check
All committers have signed the CLA.

@hetaoBackend
Copy link
Collaborator

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 make lint command?

@yihong0618
Copy link
Contributor Author

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 make lint command?

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>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@yihong0618
Copy link
Contributor Author

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 make lint command?

@hetaoBackend addressed the comments

yihong0618 and others added 2 commits May 19, 2025 10:07
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
Copy link
Collaborator

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.

@WillemJiang
Copy link
Collaborator

@yihong0618 Thanks for the contribution.
Some other lint errors will be fixed in the next commit.

@WillemJiang WillemJiang merged commit 2363b21 into bytedance:main Jul 12, 2025
1 of 3 checks passed
@yihong0618
Copy link
Contributor Author

@yihong0618 Thanks for the contribution.

Some other lint errors will be fixed in the next commit.

thank you

dangphdh pushed a commit to dangphdh/deer-flow that referenced this pull request Jul 13, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants