Skip to content

fix: remove CRLF line endings from pyproject.toml#6

Merged
w7-mgfcode merged 1 commit into
mainfrom
fix/pyproject-line-endings
Jan 26, 2026
Merged

fix: remove CRLF line endings from pyproject.toml#6
w7-mgfcode merged 1 commit into
mainfrom
fix/pyproject-line-endings

Conversation

@w7-mgfcode
Copy link
Copy Markdown
Owner

Summary

Fix release-please TOML parsing error by converting Windows-style line endings (CRLF) to Unix (LF).

Problem

TomlError: Control characters (codes < 0x1f and 0x7f) are not allowed in comments

Additional Note

To enable release-please PR creation, go to:
Settings → Actions → General → Workflow permissions

  • Enable "Allow GitHub Actions to create and approve pull requests"

🤖 Generated with Claude Code

Release-please TOML parser fails on Windows-style line endings.
Convert to Unix LF endings for compatibility.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 26, 2026

Warning

Rate limit exceeded

@w7-mgfcode has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 16 minutes and 57 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 for further information.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@w7-mgfcode w7-mgfcode merged commit 66007a2 into main Jan 26, 2026
7 checks passed
@w7-mgfcode w7-mgfcode deleted the fix/pyproject-line-endings branch January 26, 2026 08:58
This was referenced Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants