Commit f00c53ab authored by nimrod's avatar nimrod
Browse files

pre-commit: autoupdate.

parent f1ee6d38
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks.git
    rev: v4.3.0
    rev: v6.0.0
    hooks:
      - id: check-added-large-files
      - id: check-merge-conflict
@@ -12,24 +12,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.2.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.3
    rev: v1.0.6
    hooks:
      - id: gitlab-ci-linter
        args:
@@ -42,12 +42,12 @@ repos:
      - id: yamltool

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

  - repo: https://github.com/executablebooks/mdformat.git
    rev: 0.7.14
    rev: 1.0.0
    hooks:
      - id: mdformat
        additional_dependencies:
@@ -55,12 +55,12 @@ repos:
          - mdformat-gfm

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

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

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

  - repo: https://github.com/pycqa/flake8.git
    rev: 3.9.2
    rev: 7.3.0
    hooks:
      - id: flake8
        args:
@@ -90,27 +90,27 @@ repos:
          - flake8-warnings

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

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

  - repo: https://github.com/hadialqattan/pycln.git
    rev: v2.1.2
    rev: v2.6.0
    hooks:
      - id: pycln

  - repo: https://github.com/PyCQA/docformatter.git
    rev: v1.4
    rev: v1.7.8
    hooks:
      - id: docformatter

  - repo: https://github.com/jazzband/pip-tools.git
    rev: 6.8.0
    rev: v7.5.3
    hooks:
      - id: pip-compile
        args:
@@ -119,7 +119,7 @@ repos:
          - "--no-upgrade"

  - repo: https://github.com/trailofbits/pip-audit.git
    rev: v2.4.3
    rev: v2.10.1
    hooks:
      - id: pip-audit
      - id: pip-audit