Skip to content

1.6.1

Compare
Choose a tag to compare
@akaihola akaihola released this 28 Dec 20:08
· 495 commits to master since this release
6e363e7

Added

  • Declare Python 3.11 as supported in package metadata.
  • Document how to set up a development environment, run tests, run linters and update
    contributors list in CONTRIBUTING.rst.
  • Document how to pin reformatter/linter versions in pre-commit.

Fixed

  • Pin Black to version 22.12.0 in the CI build to ensure consistent formatting of
    Darker's own code base.
  • Fix compatibility with black-22.10.1.dev19+gffaaf48 and later – an argument was
    replaced in black.files.gen_python_files().
  • Fix tests to work with Git older than version 2.28.x.
  • GitHub Action example now omits revision: since the commit range is obtained
    automatically.
  • test-bump-version workflow will now succeed also in a release branch.