Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 886 Bytes

File metadata and controls

38 lines (23 loc) · 886 Bytes
orphan:

Robotidy 4.8.1

Additional fixes for Robot Framework 7.0 support and Jinja dependency update due to security vulnerability.

You can install the latest available version by running

pip install --upgrade robotframework-tidy

or to install exactly this version

pip install robotframework-tidy==4.8.1

--target-version option did not support new Robot Framework version.

In Robot Framework 7.0 ReplaceReturns removed all other instances of RETURN in the same keyword. It is because internal model for RETURN class changed and ReplaceReturns transformer had to be updated.