Skip to content

Format all files with latest version of prettier to fix some issues #1404

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

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Jan 15, 2025

Format all files with latest version of prettier to fix some formatting issues created using an outdated version of prettier. The root cause is that the VSCode Prettier extension comes bundled with an outdated prettier 2.x version and version 3.x has a lot of bug fixes. The VSCode extension will use a locally installed version of prettier if it is available, but won't use a globally installed one by default.

This impacts the following file types:

  • Markdown
  • YAML
  • Javascript

I also fixed a couple minor Python formatting issue that happen with the latest version of ruff because it now has some improved string formatting capabilities such as auto-merging of adjacent strings.

…reated using an outdated version

This impacts the following file types:
- Markdown
- YAML
- Javascript
@tleonhardt tleonhardt merged commit e3c9b59 into master Jan 16, 2025
47 checks passed
@tleonhardt tleonhardt deleted the prettier_format branch January 16, 2025 16:22
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.

1 participant