Commit dcd0a7c4 authored by nimrod's avatar nimrod
Browse files

Update pre-commit hooks.

parent 5f451c13
Loading
Loading
Loading
Loading
+17 −12
Original line number Diff line number Diff line
@@ -27,20 +27,25 @@ repos:
    hooks:
      - id: detect-secrets

  - repo: https://github.com/amperser/proselint.git
    rev: 0.10.2
    hooks:
      - id: proselint
        types: [plain-text]
        exclude: LICENSE|youtube-dl

  - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git
    rev: v1.0.4
    rev: v1.0.2
    hooks:
      - id: gitlab-ci-linter
        args:
          - "--server"
          - https://git.shore.co.il

  - repo: https://github.com/amperser/proselint.git
    rev: 0.10.2
  - repo: https://git.shore.co.il/nimrod/yamltool.git
    rev: v0.1.2
    hooks:
      - id: proselint
        types: [plain-text]
        exclude: LICENSE|youtube-dl
      - id: yamltool

  - repo: https://github.com/adrienverge/yamllint.git
    rev: v1.26.3
@@ -52,17 +57,17 @@ repos:
    hooks:
      - id: mdformat

  - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
    rev: v0.2.0
    hooks:
      - id: shell-validate

  - repo: https://github.com/shellcheck-py/shellcheck-py.git
    rev: v0.7.2.1
    hooks:
      - id: shellcheck

  - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
    rev: v0.2.0
    hooks:
      - id: shell-validate

  - repo: https://github.com/AleksaC/hadolint-py.git
    rev: v2.1.0
    rev: v2.8.0
    hooks:
      - id: hadolint