October 30 to November 13, 2022 in Darker: Addressing Compatibility and GitHub Actions Issues #689
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 tackling compatibility challenges and addressing GitHub Actions-related issues. We closed an important issue (#403) concerning incompatibility with newer versions of Black. The problem arose from changes in Black's codebase, specifically the replacement of the
gitignore
argument withgitignore_dict
in thegen_python_files()
function. This highlights the need for ongoing maintenance to keep Darker aligned with changes in its dependencies.We also addressed 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. We identified the need to update third-party actions and our own GitHub Actions workflows to resolve this issue. As part of the solution, we upgraded thesetup-python
action to v4.Beta Was this translation helpful? Give feedback.
All reactions