robotframework-tidy-wrapper is not compatible with the latest
version of Robotframework (v5.0) where built-in Tidy tool has
been removed:
https://github.com/robotframework/robotframework/issues/4020
Pin the version of Robotframework at v4.1.x for now.
Change-Id: I08eb8039d99eda653a6b05a87567fbf54ad2d8ba
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
hooks:
- id: black
+ # FIXME: replace pre-commit-robotframework-tidy with robotidy once Python 3.7 is available
+ # https://github.com/MarketSquare/robotframework-tidy
- repo: https://github.com/guykisel/pre-commit-robotframework-tidy
rev: master
hooks:
- id: robotframework-tidy-wrapper
- additional_dependencies: ['robotframework']
+ additional_dependencies: ['robotframework~=4.1.0']
- repo: https://github.com/jorisroovers/gitlint
rev: v0.11.0