Closed dependabot[bot] closed 5 days ago
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review
command in a comment.
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Thanks @dependabot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
This PR updates the Ruff linter from version 0.7.4 to 0.8.0. The update includes several breaking changes, including a new default Python target version (3.9), changes to pydoclint diagnostics locations, modifications to the standalone installer directory, and updates to line width calculations. Additionally, several deprecated rules have been removed and some rules have been remapped.
graph TD;
A[Update Ruff from 0.7.4 to 0.8.0] --> B[Breaking Changes];
A --> C[Removed Rules];
A --> D[Remapped Rules];
B --> E[Default Python 3.9];
B --> F[Changed pydoclint diagnostics location];
B --> G[Use XDG for installer];
B --> H[Line width calculation changes];
C --> I[Removed deprecated rules];
D --> J[Remapped rule codes];
Change | Details | Files |
---|---|---|
Update of Ruff linter with breaking changes |
|
ci-constraints-requirements.txt |
Unable to locate .performanceTestingBot config file
Processing PR updates...
PR Details of @dependabot[bot] in pyca-cryptography : | OPEN | CLOSED | TOTAL |
---|---|---|---|
3 | 27 | 30 |
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Description has been updated!
Description
In this pull request, the version of the
ruff
package is being updated from 0.7.4 to 0.8.0 in theci-constraints-requirements.txt
file.Summary of changes:
ruff
package from 0.7.4 to 0.8.0 in theci-constraints-requirements.txt
file.