Skip to content

1.7.2

Compare
Choose a tag to compare
@akaihola akaihola released this 12 Jul 19:02
· 487 commits to master since this release
ddcd430

Added

  • Add a News link on the PyPI page.
  • Allow - as the single source filename when using the --stdin-filename option.
    This makes the option compatible with Black.
  • Upgrade NixOS tests to use Python 3.11 on both Linux and macOS.

Fixed

  • Revert running commit-range from the repository itself. This broke the GitHub
    action.
  • Python 3.12 compatibility in multi-line string scanning.
  • Python 3.12 compatibility for the GitHub Action.
  • Use the original repository working directory name as the name of the temporary
    directory for getting the linter baseline. This avoids issues with Mypy when there's
    an __init__.py in the repository root.
  • Upgrade install-nix-action to version 22 in CI to fix an issue with macOS.
  • Allow --target-version=py312 since newest Black supports it.
  • Allow a comment in milestone titles in the bump_version script.