Skip to content

Version 1.4.2

Compare
Choose a tag to compare
@akaihola akaihola released this 13 Mar 19:44
· 840 commits to master since this release
a1fe70f

Added

  • Document isort's requirement to be run in the same environment as
    the modules which are processed.
  • Document VSCode and --lint/-L incompatibility in the README.
  • Guard against breaking changes in isort by testing against its main
    branch in the test-future GitHub Workflow.
  • release_tools/bump_version.py script for incrementing version numbers and
    milestone numbers in various files when releasing.

Fixed

  • Fix NixOS builds when pytest-darker calls pylint. Needed to activate
    the virtualenv.
  • Allow more time to pass when checking file modification times in a unit test.
    Windows tests on GitHub are sometimes really slow.