Commit 91e370f0 authored by nimrod's avatar nimrod
Browse files

Updates.

- Update to the latest version of Ansible.
- Update to local pre-commit checks.
parent 04ffafba
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
-   repo: git://github.com/pre-commit/pre-commit-hooks
    sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v1.4.0
    hooks:
    -   id: check-added-large-files
    -   id: check-yaml
    -   id: check-merge-conflict
    -   id: flake8
-   repo: https://www.shore.co.il/git/shell-pre-commit/
    sha: v0.1.0
    rev: v0.6.0
    hooks:
    -   id: shell-lint
        files: ansible-vault-check
+1 −1
Original line number Diff line number Diff line
@@ -7,5 +7,5 @@ setup(
        author='Nimrod Adar',
        author_email='nimrod@shore.co.il',
        version=open('VERSION', 'r').read().strip(),
        install_requires=['ansible==2.3.1.0'],
        install_requires=['ansible==2.6.2'],
)