November 13-19, 2022 in Darker: Addressing Compatibility and GitHub Actions Issues #690
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 resolving compatibility issues and improving our GitHub Actions workflows. We closed an important issue (#403) related to incompatibility with newer versions of Black. The problem stemmed from changes in Black's codebase, specifically the replacement of the
gitignore
argument withgitignore_dict
in thegen_python_files()
function. This highlights the ongoing need to keep Darker aligned with changes in its dependencies.We also tackled a GitHub Actions issue (#400) where the
test-future
build was failing due to the deprecation of theset-output
command. Upon investigation, we found that while our main workflow file didn't use the deprecated command, it was present in other action files. As part of the solution, we upgraded thesetup-python
action to v4.Beta Was this translation helpful? Give feedback.
All reactions