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 f8a1e0a5230566db4e9cb217ea574a4a143a9f89
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -60,11 +60,11 @@ 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
module = "llama"
follow_imports=skip

[tool.pytest.ini_options]
addopts = "-l -s --durations=0"
Loading
Oops, something went wrong.