Skip to content

v0.89.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 15:27
· 389 commits to main since this release
v0.89.0
161d8ab

Bug Fixes

  • Document highlight should only highlight real references not text references (a0c184a)

Features

  • Enable Robot Framework 7.1 support (6921c9a)
  • Variables start with a _ are no longer beeing reported as unused (afea114)

Refactor

  • Use lambda instead of functools.partial (1518f71)

    functools.partial with method is deprecated in Python 3.13

  • Fix some unused ignores for mypy (575bbff)