May 23 - June 12, 2021 in Darker: Addressing Configuration and Compatibility Issues #649
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 period saw us focusing on resolving configuration-related issues and improving compatibility across different setups. We addressed a concern regarding Darker's handling of Black's configuration file (#146). The discussion centered on how Darker should respect Black's exclude patterns while still applying other tools like isort, Pylint, and Mypy to excluded files. We're exploring options to either leverage Black's configuration parsing or implement our own solution to ensure Darker respects tool-specific exclusions.
We also made progress on a critical issue where Darker was throwing an
AttributeError
related to isort (#145). This problem, affecting users of Darker 1.2.3 and isort 5.8.0 in pre-commit configurations, was resolved in pull request #132. The fix is slated for inclusion in the upcoming version 1.2.4. We encouraged community involvement by inviting reviews of the remaining merge requests for this release (#144).Beta Was this translation helpful? Give feedback.
All reactions