July 5-11, 2020 in Darker: Compatibility improvements and preparation for 1.0 release #622
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 saw significant progress towards Darker's 1.0 release, with several key features and improvements merged. Support for isort 5.x was added (#16), enhancing import sorting functionality and simplifying configuration processing. This change required temporarily disabling pytest-isort, which was later re-enabled with an updated version (#19).
The project's compatibility and configurability were improved, with support added for configuring isort through pyproject.toml (#18). This allows users to set formatting options for both Black and isort in a single configuration file. Additionally, a fix for context extension when diffing files was implemented (#20), addressing an issue introduced in a previous refactoring.
Several pull requests focused on code quality and testing. Unnecessary isort check errors were removed from stdout (#17), and the CI pipeline was improved with caching for PyPI downloads and wheels to speed up builds (#14). The community continued to actively contribute, with discussions around implementing pre-commit hooks (#2) and improving documentation for new features like the --diff option (#4).
As Darker approaches its 1.0 release, the maintainers are focusing on finalizing documentation, updating the changelog, and ensuring all new features are thoroughly tested and documented.
Beta Was this translation helpful? Give feedback.
All reactions