Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #641 +/- ##
=======================================
Coverage 84.82% 84.82%
=======================================
Files 21 21
Lines 751 751
Branches 122 122
=======================================
Hits 637 637
Misses 82 82
Partials 32 32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| indent-width = 4 | ||
|
|
||
| [tool.ruff.format] | ||
| quote-style = "single" |
There was a problem hiding this comment.
Do we really need to change style?
There was a problem hiding this comment.
It feels odd to enforce single quotes while the Python community is using double quotes everywhere else, doesn't it? Also PEP8 agrees to both.
There was a problem hiding this comment.
I personally prefer ", but I can use anything; only consistency matters.
In a previous attempt, I reverted this style to avoid changing hundreds of lines only because of a quote.
There was a problem hiding this comment.
Thank you for reminding me of the discussion, I believe one year later we can do the change since we both agree on this.
No description provided.