From 91e370f0234d5e0e1c75e280ba454320e4c19727 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 13 Aug 2018 13:20:29 +0300 Subject: [PATCH] Updates. - Update to the latest version of Ansible. - Update to local pre-commit checks. --- .pre-commit-config.yaml | 7 ++++--- setup.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fcfe839..36e74f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,13 @@ -- 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 diff --git a/setup.py b/setup.py index 206d99d..f0e4be2 100644 --- a/setup.py +++ b/setup.py @@ -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'], ) -- GitLab