Commit 67328ea6 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

chore: update pre-commit hooks versions

parent 0573b282
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v5.0.0
    rev: v6.0.0
    hooks:
      - id: check-yaml
      - id: end-of-file-fixer
@@ -16,7 +16,7 @@ repos:
      - id: detect-private-key

  - repo: https://github.com/psf/black
    rev: 25.1.0
    rev: 25.9.0
    hooks:
      - id: black

@@ -27,7 +27,7 @@ repos:
        args: [--remove-all-unused-imports, --remove-unused-variables, --in-place, --recursive]

  - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
    rev: v2.14.0
    rev: v2.15.0
    hooks:
      - id: pretty-format-yaml
        args: [--autofix, --indent, '2', --offset, '2']