Skip to content

1.6.0

Compare
Choose a tag to compare
@akaihola akaihola released this 20 Dec 09:23
· 575 commits to master since this release
7057de2

Added

  • Upgrade linters in CI and modify code to satisfy their new requirements.
  • Upgrade to setup-python@v4 in all GitHub workflows.

Fixed

  • Fix compatibility with black-22.10.1.dev19+gffaaf48 and later – an argument was
    replaced in black.files.gen_python_files().
  • Upgrade CI to use environment files instead of the deprecated set-output method.
  • Fix Safety check in CI.
  • Don't do a development install in the help-in-readme.yml workflow. Something
    broke this recently.