interactions.py
interactions.py copied to clipboard
fix: Bump ruff version and fix new errors
Pull Request Type
- [ ] Feature addition
- [x] Bugfix
- [ ] Documentation update
- [ ] Code refactor
- [x] Tests improvement
- [x] CI/CD pipeline enhancement
- [ ] Other: [Replace with a description]
Description
Changes
Related Issues
Test Scenarios
Python Compatibility
- [ ] I've ensured my code works on Python
3.10.x - [x] I've ensured my code works on Python
3.11.x
Checklist
- [x] I've run the
pre-commitcode linter over all edited files - [ ] I've tested my changes on supported Python versions
- [ ] I've added tests for my code, if applicable
- [ ] I've updated / added documentation, where applicable
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
Attention: Patch coverage is 87.50000% with 4 lines in your changes missing coverage. Please review.
Project coverage is 46.58%. Comparing base (
4dc1764) to head (fef98ed).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| interactions/ext/prefixed_commands/command.py | 0.00% | 3 Missing :warning: |
| interactions/ext/sentry.py | 0.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## unstable #1774 +/- ##
============================================
+ Coverage 46.54% 46.58% +0.04%
============================================
Files 149 149
Lines 16454 16454
============================================
+ Hits 7658 7665 +7
+ Misses 8796 8789 -7
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Please may you re-base onto unstable::latest?
Can I get you to open that as a PR?