-
Notifications
You must be signed in to change notification settings - Fork 6
Remove unnecessary call (rewrite as a literal) #505
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
Conversation
WalkthroughThe pull request updates configuration and tests. In pyproject.toml, C408 was removed from the [tool.ruff.lint.ignore] list, enabling Ruff to report Unnecessary dict call findings. In tests/unit/sdk/test_topological_sort.py, a test input was changed from dict() to {} in test_topological_sort_empty to comply with the active rule. No production code, APIs, or runtime behavior were modified. Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧬 Code graph analysis (1)tests/unit/sdk/test_topological_sort.py (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🔇 Additional comments (1)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying infrahub-sdk-python with
|
| Latest commit: |
076d477
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5494b6e1.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://pog-408.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #505 +/- ##
========================================
Coverage 75.74% 75.74%
========================================
Files 100 100
Lines 8846 8846
Branches 1732 1732
========================================
Hits 6700 6700
Misses 1670 1670
Partials 476 476
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit