-
Notifications
You must be signed in to change notification settings - Fork 7
chore: lint code #114
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: lint code #114
Conversation
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
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.
Pull Request Overview
This PR updates example projects with development tooling and code formatting improvements. The changes include upgrading agentkernel from version 0.2.1 to 0.2.2, migrating from [project.optional-dependencies] to the newer [dependency-groups] syntax for development dependencies, and adding code formatting tools (black, isort, mypy) with standardized configurations. The code has been formatted consistently across all examples.
- Upgrades agentkernel dependency from 0.2.1 to 0.2.2
- Migrates to uv's dependency-groups syntax
- Adds development tooling (black, isort, mypy) with consistent configurations
- Applies code formatting fixes across multiple example files
Reviewed Changes
Copilot reviewed 67 out of 89 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Multiple uv.lock files | Updates dependency versions and adds new dev tools |
| Multiple pyproject.toml files | Migrates to dependency-groups and adds tool configurations |
| Python source files | Applies consistent code formatting (imports, spacing, line lengths) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
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.
Pull Request Overview
Copilot reviewed 78 out of 100 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
No description provided.