Commit 73553c4d authored by nimrod's avatar nimrod
Browse files

pre-commit: auto-update hooks.

parent 9923f252
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks.git
    rev: v4.0.1
    rev: v6.0.0
    hooks:
      - id: check-added-large-files
      - id: check-executables-have-shebangs
@@ -17,24 +17,24 @@ repos:
        exclude: \.diff$

  - repo: https://github.com/codespell-project/codespell.git
    rev: v2.1.0
    rev: v2.4.2
    hooks:
      - id: codespell

  - repo: https://github.com/Yelp/detect-secrets.git
    rev: v1.1.0
    rev: v1.5.0
    hooks:
      - id: detect-secrets

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

  - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git
    rev: v1.0.2
    rev: v1.0.6
    hooks:
      - id: gitlab-ci-linter
        args:
@@ -42,33 +42,33 @@ repos:
          - https://git.shore.co.il

  - repo: https://github.com/adrienverge/yamllint.git
    rev: v1.26.3
    rev: v1.38.0
    hooks:
      - id: yamllint

  - repo: https://github.com/executablebooks/mdformat.git
    rev: 0.7.10
    rev: 1.0.0
    hooks:
      - id: mdformat

  - repo: https://github.com/pre-commit/pre-commit.git
    rev: v2.15.0
    rev: v4.5.1
    hooks:
      - id: validate_manifest

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

  - repo: https://github.com/bridgecrewio/checkov.git
    rev: 2.0.708
    rev: 3.2.513
    hooks:
      - id: checkov

  - repo: https://github.com/ambv/black.git
    rev: 22.3.0
    rev: 26.3.1
    hooks:
      - id: black
        args:
@@ -76,7 +76,7 @@ repos:
              --line-length=79

  - repo: https://github.com/PyCQA/prospector.git
    rev: v1.9.0
    rev: v1.18.0
    hooks:
      - id: prospector
        args:
@@ -102,7 +102,7 @@ repos:
          - pyroma

  - repo: https://github.com/pycqa/flake8.git
    rev: 3.9.2
    rev: 7.3.0
    hooks:
      - id: flake8
        args: