-
-
Notifications
You must be signed in to change notification settings - Fork 289
docs(taplo): add toml formatter #1456
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
docs(taplo): add toml formatter #1456
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v4-9-0-test #1456 +/- ##
==============================================
Coverage ? 97.98%
==============================================
Files ? 58
Lines ? 2685
Branches ? 0
==============================================
Hits ? 2631
Misses ? 54
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
261a106
to
2d56a80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm okay with this one, but I will let @woile or @noirbizarre decide whether we need it.
2d56a80
to
8a59925
Compare
8a59925
to
d4f4352
Compare
as no objections for a few weeks, I'll go ahead and merge it |
Description
I noticed that I accidentally introduced unexpected style change in
pyproject.toml
(50fd65f), so I think it would be better if we have a consistenttoml
formatter.Checklist
Code Changes
Expected Behavior
Pre-commit hook now has
taplo
and it should work even without installingtaplo
locally.Steps to Test This Pull Request
pyproject.toml
and save without formatting to make the formatting bad.git commit
Additional Context
https://taplo.tamasfe.dev/configuration/formatter-options.html