-
Notifications
You must be signed in to change notification settings - Fork 15
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
2024.6 release #88
2024.6 release #88
Conversation
litellm + ollama docs
health check tokens
# Conflicts: # release-notes.md
|
||
**isort** | ||
The configuration for the tools can be found in the [`pyproject.toml`][toml] file, using the same syntax as `black`. |
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.
@snopoke was there a reason you didn't switch to ruff.toml
? just curious.
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.
Just to avoid an extra config file
3. Run isort: `isort -l 120 --profile black .` | ||
1. Install ruff: `pip install ruff` | ||
2. Run ruff linting `ruff check --extend-exclude migrations --line-length 120 . --fix` | ||
3. Run ruff formatting: `ruff format --line-length 120 .` |
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.
@snopoke does this look right?
(not ready for merge)