Closed pre-commit-ci[bot] closed 2 months ago
Unable to locate .performanceTestingBot config file
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
Processing PR updates...
Thanks @pre-commit-ci[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
My review is in progress :book: - I will have feedback for you in a few minutes!
Description has been updated!
PR Details of @pre-commit-ci[bot] in speed-estimation-traffic-monitoring : | OPEN | CLOSED | TOTAL |
---|---|---|---|
1 | 18 | 19 |
[!WARNING]
Rate limit exceeded
@korbit-ai[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 28 minutes and 23 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 5ba9a35656b81fd7e341c44a9beb9973fef5a59a and f158a8a3e2c4863ffe82a478fd31e8d5525d597a.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
The
.pre-commit-config.yaml
file is being modified in this pull request. The revision for themirrors-mypy
repository is being updated fromv1.11.1
tov1.11.2
.Changes:
mirrors-mypy
repository fromv1.11.1
tov1.11.2
.Description by Korbit AI
What change is being made?
Update the
mypy
hook in the.pre-commit-config.yaml
file from versionv1.11.1
tov1.11.2
.Why are these changes being made?
This update ensures that we are using the latest version of
mypy
, which includes important bug fixes and improvements. Keeping dependencies up-to-date helps maintain code quality and compatibility.