f0b251d924
Executes all linters via pre-commit, which is much faster, guarantees their version locking and allows upgrading them with a single command. Before this change the only linter running via pre-commit was ansible-lint. Now we also run bashate, flake8 and yamllint via pre-commit. For developer convenience we still keep the old tox environments which allow running a single linter. Change-Id: Ia0737c50de0f01de8576089d72de8940c16e9e0e
6 lines
129 B
YAML
6 lines
129 B
YAML
---
|
|
- name: image-build
|
|
src: https://github.com/redhat-openstack/ansible-role-tripleo-image-build
|
|
scm: git
|
|
version: master
|