Fix the Plone profile to be compatible with black#2457
Conversation
|
CC @mauritsvanrees (the Plone release manager) and previous contributor to isort, see #1926 |
| - **force_alphabetical_sort**: `True` | ||
| - **force_single_line**: `True` | ||
| - **lines_after_imports**: `2` | ||
| - **line_length**: `200` |
There was a problem hiding this comment.
the 200 length for the line length was removed here https://github.com/PyCQA/isort/pull/1926/changes#diff-cf607481b728373c89cf54165f50f4a00391232ef9666dd6509fdc0324b1ac35L40
0e89509 to
841a76e
Compare
841a76e to
293c201
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2457 +/- ##
=======================================
Coverage 99.24% 99.24%
=======================================
Files 39 39
Lines 3057 3057
Branches 675 675
=======================================
Hits 3034 3034
Misses 13 13
Partials 10 10 🚀 New features to boost your workflow:
|
|
It would be good to have this in a release. We have several open automatic pre-commit update PRs like this one that update But "pre-commit driven development" (or dependabot driven development) isn't a good reason to disrupt your day. We shouldn't be slaves to the machines. So no pressure. Just a friendly nudge. :-) |
|
No, but users being annoyed by something is. New release is available on PyPI: https://pypi.org/project/isort/ |
|
Thanks! |
Fixes #2456