February 13-19, 2022 in Darker: Addressing compatibility issues and enhancing GitHub Action #674
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 compatibility issues and improving our GitHub Action functionality. We're actively working on resolving the incompatibility with Black v22.1.0 caused by changes in Black's
find_project_root()
function (#270). This issue affects both local installations and our GitHub Action, causing errors when locating configuration files.We've made progress on enhancing our GitHub Action, particularly in improving diff comparison for push and pull request events (#260). We're exploring the use of environment variables like
GITHUB_BASE_REF
for more accurate revisions. Additionally, we're considering adding syntax highlighting to the GitHub Action output to improve readability (#263).In other developments, we've moved several issues to milestone 1.5.0, including the investigation of SequenceMatcher optimization (#206) and the bisection of context lines (#204). We're also addressing deprecation warnings from pytest-flake8 (#285) and discussing potential contributions to fix this issue upstream. Lastly, we're exploring ways to better handle multi-line docstrings in our formatting process (#300) to prevent "reformat loops" and ensure more consistent behavior.
Beta Was this translation helpful? Give feedback.
All reactions