Commit 4d44d1ba authored by nimrod's avatar nimrod
Browse files

pre-commit: Autoupdate hooks.

parent 29a5c774
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
---
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.2.0
    rev: v5.0.0
    hooks:
      - id: check-executables-have-shebangs
      - id: check-merge-conflict
@@ -10,25 +10,25 @@ repos:
      - id: trailing-whitespace

  - repo: https://github.com/Yelp/detect-secrets
    rev: v1.2.0
    rev: v1.5.0
    hooks:
      - id: detect-secrets
        exclude: Pipfile\.lock|\.rst$

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

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

  - repo: https://github.com/ambv/black
    rev: 22.3.0
    rev: 24.10.0
    hooks:
      - id: black
        args:
@@ -42,12 +42,12 @@ repos:
        args: [--allow-raw]

  - repo: https://github.com/myint/rstcheck.git
    rev: v6.1.1
    rev: v6.2.4
    hooks:
      - id: rstcheck

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

  - repo: https://github.com/pycqa/flake8.git
    rev: 3.9.2
    rev: 7.1.1
    hooks:
      - id: flake8
        args:
@@ -84,11 +84,11 @@ repos:
          - flake8-bugbear

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

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