Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize Line Endings to Ensure Cross-Platform Consistency #938

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

priya-kinthali
Copy link
Contributor

@priya-kinthali priya-kinthali commented Sep 4, 2024

Description:

  • This pull request addresses an issue where the pyproject.toml file fails to parse on windows runners when encounter any restricted control characters.This PR normalizes the line endings in the pyproject.toml file to ensure consistent behavior across different operating systems.

  • Bumps micromatch from 4.0.5 to 4.0.8

Related issue:
#935

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@priya-kinthali priya-kinthali requested a review from a team as a code owner September 4, 2024 05:40
@HarithaVattikuti HarithaVattikuti merged commit 29a37be into actions:main Sep 6, 2024
258 checks passed
@HarithaVattikuti HarithaVattikuti changed the title Fix: Normalize line endings in pyproject.toml to avoid parsing errors on Windows Normalize Line Endings to Ensure Cross-Platform Consistency Sep 6, 2024
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.

4 participants