Skip to content
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

chore: change log object #553

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
skip mypy error
  • Loading branch information
SunsetWolf committed Feb 27, 2025
commit 3c196134fd3e9095577c1f19d0fa72d912163d39
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ isort:
# First deal with the core folder, and then gradually increase the scope of detection,
# and eventually realize the detection of the complete project.
mypy:
$(PIPRUN) python -m mypy rdagent/core # --exclude rdagent/scripts,git_ignore_folder
$(PIPRUN) python -m mypy rdagent/core --exclude rdagent/log/ui # --exclude rdagent/scripts,git_ignore_folder

# Check lint with ruff.
# First deal with the core folder, and then gradually increase the scope of detection,
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@ enable_error_code = [
explicit_package_bases = true
warn_return_any = true
warn_unused_ignores = true
follow_imports=skip

[[tool.mypy.overrides]]
ignore_missing_imports = true
Loading
Oops, something went wrong.