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
Ruff formatter integration progressed with community members seeking guidance on partial reformatting. We clarified that the --formatter=ruff option in the unreleased master branch provides the desired functionality (#819, #820) for formatting only changed lines, similar to git-clang-format. This supplements our existing formatter options while maintaining Darker's selective formatting approach.
Our focus on documentation and user support helped differentiate between the deprecated -L/--lint options (now part of Graylint) and the new formatter functionality. These discussions highlight the ongoing transition of linting features to Graylint while expanding Darker's core formatting capabilities.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Ruff formatter integration progressed with community members seeking guidance on partial reformatting. We clarified that the
--formatter=ruff
option in the unreleasedmaster
branch provides the desired functionality (#819, #820) for formatting only changed lines, similar to git-clang-format. This supplements our existing formatter options while maintaining Darker's selective formatting approach.Our focus on documentation and user support helped differentiate between the deprecated
-L
/--lint
options (now part of Graylint) and the new formatter functionality. These discussions highlight the ongoing transition of linting features to Graylint while expanding Darker's core formatting capabilities.Beta Was this translation helpful? Give feedback.
All reactions