used by: https://github.com/AudaxHealthInc/Connect-Automated-Tests/pull/203
This is a pre-commit hook that will run Robot Framework's Tidy tool on all of your robot files.
Add this to your .pre-commit-config.yaml
file
- repo: git://github.com/AudaxHealthInc/pre-commit-robotframework-tidy
sha: 2ca903f005db8f8d87abe42864070f5b95e0837a
hooks:
- id: robotframework-tidy-wrapper
Available flags:
--use-pipes
: Use pipes as delimiters instead of just spaces. Defaults to False.--space-count
: How many spaces to use as a delimiter. Defaults to 4.
Development: pip install -r requirements-dev.txt