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
This week saw significant advancements in our formatter plugin system. We made progress on supporting Ruff as a code formatter (PR #744), addressing a long-standing feature request (#521). The groundwork for this was laid with the ongoing work to implement Black as a plugin (PR #738), which includes refactoring the codebase to accommodate multiple formatter backends.
We've also been cleaning up in preparation for the 3.0.0 release. We merged the removal of baseline linting support (PR #608), directing users to the separate Graylint tool instead. Work continues on removing deprecated options from the [tool.darker] configuration section (PR #607). Additionally, we addressed a bug where the flynt configuration option wasn't being recognized (PR #746, fixing #745).
On the housekeeping front, we're keeping things up-to-date in the GitHub Actions workflows, with an open PR to bump the actions/download-artifact action (PR #736).
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
-
This week saw significant advancements in our formatter plugin system. We made progress on supporting Ruff as a code formatter (PR #744), addressing a long-standing feature request (#521). The groundwork for this was laid with the ongoing work to implement Black as a plugin (PR #738), which includes refactoring the codebase to accommodate multiple formatter backends.
We've also been cleaning up in preparation for the 3.0.0 release. We merged the removal of baseline linting support (PR #608), directing users to the separate Graylint tool instead. Work continues on removing deprecated options from the
[tool.darker]
configuration section (PR #607). Additionally, we addressed a bug where theflynt
configuration option wasn't being recognized (PR #746, fixing #745).On the housekeeping front, we're keeping things up-to-date in the GitHub Actions workflows, with an open PR to bump the
actions/download-artifact
action (PR #736).Beta Was this translation helpful? Give feedback.
All reactions