robotframework-tidy
robotframework-tidy copied to clipboard
Deprecate Python 3.7 & improve typing
Closes #570
Typing was improced by replacing List
, Optional
, Union
etc by native types such as list
, None
, |
.