Skip to content

Conversation

Zsailer
Copy link
Contributor

@Zsailer Zsailer commented Sep 10, 2025

No description provided.

Copy link
Contributor

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Looks like the CI is still failing due to linting issues. Maybe we should try to move to ruff instead of using black, isort, and others tools?

Otherwise the renaming looks good 👍

- Update GitHub workflow to use ruff instead of separate tools
- Add ruff configuration to pyproject.toml with extended rule set
- Apply ruff formatting to existing code
- Add .claude, .vscode, demo/ to .gitignore
- Update type annotations to modern Python syntax
- Fix exception handling with proper chaining (B904)
- Update type annotations to modern syntax (UP035, UP045, UP007, UP006)
- Remove unnecessary assignments and passes (RET504, PIE790)
- Add noqa comment for unused argument (ARG002)
- Move exception message assignment to variables (EM101, EM102)
- Use contextlib.suppress for cleaner exception handling (SIM105)
- Use raw string for regex pattern with metacharacters (RUF043)
- Fixes pytest.raises match parameter for AttributeError test
- Required for coverage reporting in CI workflow
- Ensures test command with --cov flags works properly
- Remove codecov upload step from GitHub Actions
- Remove coverage flags from pytest commands
- Remove pytest-cov dependency since coverage reporting not needed
@Zsailer
Copy link
Contributor Author

Zsailer commented Sep 11, 2025

Thanks Jeremy! Let's merge and iterate.

@Zsailer Zsailer merged commit 3ab6029 into jupyter-ai-contrib:main Sep 11, 2025
9 checks passed
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.

2 participants