Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@akaihola akaihola released this 08 Feb 10:17
· 937 commits to master since this release
ad7a6d8

1.4.0_ - 2022-02-08

Added

  • Experimental GitHub Actions integration
  • Consecutive lines of linter output are now separated by a blank line.
  • Highligh linter output if Pygments is installed.
  • Allow running Darker on plain directories in addition to Git repositories.

Fixed

  • regex module now always available for unit tests
  • Compatibility with NixOS. Keep $PATH intact so Git can be called.
  • Updated tests to pass on new Pygments versions
  • Compatibility with Black 22.1
  • Removed additional newline at the end of the file with the --stdout flag
    compared to without.
  • Handle isort file skip comment #isort:file_skip without an exception.
  • Fix compatibility with Pygments 2.11.2.