tripleo-quickstart-extras/test-requirements.txt
Sorin Sbarnea 1c6cfa1e46 Run bashate via pre-commit
Migrates bashate linting task to pre-commit in order to allow fast
and transparent execution before uploading changes to gerrit.

Other linters can be run as well, including flake8 and ansible-linter.
This also lowers the footprint on developer machines because each
linter/version is stored only once on disk, regardless how many
repositories are using it.

Only action needed for enabling pre-commit as a developer is to
run `pip install pre-commit`, everything else is done transparently
after.

Partial-Bug: #1786286
Change-Id: I6ad834bbfbaf7645c542e4f922e89bc4449247c3
2018-10-16 18:28:23 +01:00

9 lines
166 B
Plaintext

openstackdocstheme>=1.11.0 # Apache-2.0
hacking<0.11,>=0.10
pre-commit>=1.10 # MIT License
ansible-lint>=3.5.0
sphinx>=1.6.2 # BSD
reno>=1.8.0 # Apache-2.0
jinja2