Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 04:54
· 14 commits to main since this release

Fixed

  • Hook scripts (truncate.py, context_watch.py, and dedup.py via its import
    of truncate) crashed on Python 3.9 because of PEP 604 X | None type
    annotations evaluated at runtime. Added from __future__ import annotations
    so the documented Python 3.9+ support actually holds. Caught by CI.