Skip to content

Version 1.4.1

Compare
Choose a tag to compare
@akaihola akaihola released this 17 Feb 22:19
· 1064 commits to master since this release

Added

  • Run tests on CI against Black main branch to get an early warning of
    incompatible changes which would break Darker.
  • Determine the commit range to check automatically in the GitHub Action.
  • Improve GitHub Action documentation.
  • Add Nix CI builds on Linux and macOS.
  • Add a YAML linting workflow to the Darker repository.
  • Updated Mypy to version 0.931.

Fixed

  • Consider .py.tmp as files which should be reformatted.
    This enables VSCode Format On Save.
  • Use the latest release of Darker instead of 1.3.2 in the GitHub Action.