Commit 62cc4350 authored by nimrod's avatar nimrod
Browse files

pre-commit: Update hooks.

parent 408917f7
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks.git
    rev: v4.3.0
    rev: v4.6.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.3.0
    hooks:
      - id: codespell

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

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

  - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git
    rev: v1.0.3
    rev: v1.0.6
    hooks:
      - id: gitlab-ci-linter
        args:
@@ -47,33 +47,33 @@ repos:
      - id: yamltool

  - repo: https://github.com/adrienverge/yamllint.git
    rev: v1.27.1
    rev: v1.35.1
    hooks:
      - id: yamllint

  - repo: https://github.com/executablebooks/mdformat.git
    rev: 0.7.14
    rev: 0.7.17
    hooks:
      - id: mdformat

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

  - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
    rev: v0.3.0
    rev: v0.5.1
    hooks:
      - id: shell-validate
      - id: docker-compose

  - repo: https://github.com/AleksaC/hadolint-py.git
    rev: v2.12.0
    rev: v2.12.1b3
    hooks:
      - id: hadolint

  - repo: https://github.com/ambv/black.git
    rev: 22.6.0
    rev: 24.8.0
    hooks:
      - id: black
        args:
@@ -81,13 +81,13 @@ repos:
            --line-length=79

  - repo: https://github.com/PyCQA/isort
    rev: 5.12.0
    rev: 5.13.2
    hooks:
      - id: isort
        args: ["--filter-files", "--profile", "black"]

  - repo: https://github.com/PyCQA/prospector.git
    rev: 1.10.2
    rev: v1.10.3
    hooks:
      - id: prospector
        args:
@@ -130,12 +130,12 @@ repos:
          - flake8-warnings

  - repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git
    rev: v1.3.0
    rev: v1.3.3
    hooks:
      - id: python-safety-dependencies-check

  - repo: https://github.com/asottile/pyupgrade.git
    rev: v2.37.1
    rev: v3.17.0
    hooks:
      - id: pyupgrade