Commit 5fac1591 authored by nimrod's avatar nimrod
Browse files

Update pre-commit skeleton config.

parent ef37667b
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks.git
    rev: v4.2.0
    rev: v4.3.0
    hooks:
      - id: check-added-large-files
      - id: check-executables-have-shebangs
@@ -50,7 +50,7 @@ repos:
      - id: yamltool

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

@@ -65,7 +65,7 @@ repos:
      - id: shellcheck

  - repo: https://github.com/pre-commit/pre-commit.git
    rev: v2.18.1
    rev: v2.20.0
    hooks:
      - id: validate_manifest

@@ -80,12 +80,12 @@ repos:
      - id: docker-compose

  - repo: https://github.com/bridgecrewio/checkov.git
    rev: 2.0.1091
    rev: 2.1.57
    hooks:
      - id: checkov

  - repo: https://github.com/ansible/ansible-lint.git
    rev: v6.0.2
    rev: v6.3.0
    hooks:
      - id: ansible-lint

@@ -100,12 +100,12 @@ repos:
      - id: rst-linter

  - repo: https://github.com/myint/rstcheck.git
    rev: v5.0.0
    rev: v6.0.0.post1
    hooks:
      - id: rstcheck

  - repo: https://github.com/ambv/black.git
    rev: 22.3.0
    rev: 22.6.0
    hooks:
      - id: black
        args:
@@ -162,17 +162,17 @@ repos:
          - flake8-warnings

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

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

  - repo: https://github.com/hadialqattan/pycln.git
    rev: v1.3.2
    rev: v2.0.2
    hooks:
      - id: pycln