Skip to content

1.1.0

Choose a tag to compare

@akaihola akaihola released this 03 Apr 16:36
· 191 commits to main since this release
4d281b9

Added

  • Support for Python 3.12 in the package metadata and the CI build.
  • In the future test, upgrade Pygments to repository master.
  • Messages from future test are now generic, not Black-specific.
  • Require click when running tests.
  • Linter failures now result in an exit value of 1. This makes Graylint compatible with
    pre-commit.

Removed

  • Dependency on flynt and regex.
  • Obsolete Mypy configuration options.
  • Skip tests on Python 3.13-dev in Windows and macOS. C extension builds are failing,
    this exclusion is to be removed when Python 3.13 has been removed.
  • The release_tools/update_contributors.py script was moved to the
    darkgray-dev-tools repository.

Fixed

  • Badge links in the README on GitHub.