June 27 - July 3, 2021 in Darker: Fine-tuning configurations and closing issues #651
akaihola
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This week, we focused on addressing user-reported issues and fine-tuning configurations. We made progress on a VSCode-related issue (#147) where a user was experiencing difficulties with Darker's formatting behavior. Through collaborative debugging, we identified that the problem stemmed from incorrect configuration in the
blackArgs
setting. The issue was resolved by adjusting the argument format from"--lint pylint"
to"--lint=pylint"
, highlighting the importance of proper command-line argument handling in different environments.We also addressed a feature request to support Black's
--skip-magic-trailing-comma
flag (#152). This request, which originated from a change introduced in Black 21.4b0, was acknowledged and closed. Additionally, we completed the tasks related to the release of version 1.2.4 (#143), marking another milestone in our development process.Beta Was this translation helpful? Give feedback.
All reactions