Fix newline at end of requirements.txt#268
Conversation
Signed-off-by: Tim Laing <11019084+timlaing@users.noreply.github.com>
|
Warning Review limit reached
More reviews will be available in 13 minutes and 3 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughPins ChangesDependency Management
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Signed-off-by: Tim Laing <11019084+timlaing@users.noreply.github.com>
PaulCavill
left a comment
There was a problem hiding this comment.
This is how i got it to pass in my dev box
| srp>=1.0.21 | ||
| tinyhtml>=1.3.0 | ||
| tzlocal==5.3.1 No newline at end of file | ||
| tzlocal==5.3.1 |
| click>=8.1.8 | ||
| typer>=0.16.1 | ||
| rich>=15.0.0 No newline at end of file | ||
| rich>=15.0.0 |
There was a problem hiding this comment.
`click>=8.1.8
rich>=15.0.0
typer>=0.16.1
`
There was a problem hiding this comment.
Sorry not sure how to do suggested code edits in GitHub, I use DevOps daily.
|
@PaulCavill - thanks. I'm struggling a little bit as I am trying to do this on my mobile as I am away camping atm. I'll have this sorted in the next few minutes though |
Thank you for doing this, I have some spare time on sunday, will see if i can add the format checking to the forced pre commit stage. then these issues shouldn't make it to the PR stage. |
|
@timlaing Good News. We are now passing the HA requirements check.
|
|
@PaulCavill Thanks for your help on this |

Breaking change
Proposed change
Type of change
Example of code:
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: