You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--preview Enable potentially disruptive style changes
that may be added to Black's main
functionality in the next major release.
We currently future-proof by running Black from its main branch in CI. This will reveal style changes once those changes to the Black major release appear in main. See:
Might we get an even earlier warning if we add --preview?
On the other hand, do we care? How Black reformats Python code shouldn't affect whether Darker works or not, just the output the user is going to see. There's most probably nothing to fix in Darker when Black's style changes.
The text was updated successfully, but these errors were encountered:
Black has this option:
We currently future-proof by running Black from its
main
branch in CI. This will reveal style changes once those changes to the Black major release appear inmain
. See:master
, release process to guard against compatibliity breakage #430Might we get an even earlier warning if we add
--preview
?On the other hand, do we care? How Black reformats Python code shouldn't affect whether Darker works or not, just the output the user is going to see. There's most probably nothing to fix in Darker when Black's style changes.
The text was updated successfully, but these errors were encountered: