Skip to content

Commit

Permalink
Removed hook 'jumanjihouse/pre-commit-hook-yamlfmt'
Browse files Browse the repository at this point in the history
Due to a bug on Windows, which makes it very fragile
Check out: jumanjihouse/pre-commit-hook-yamlfmt#42
  • Loading branch information
edoardob90 committed Nov 19, 2024
1 parent 9bdfe5d commit 46cd798
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
ci:
autoupdate_schedule: quarterly

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down Expand Up @@ -29,12 +28,12 @@ repos:
- id: yamllint
args: [--format, parsable]
name: YAML (check)
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.3
- repo: https://github.com/google/yamlfmt
rev: v0.14.0
hooks:
- id: yamlfmt
args: [--mapping, '2', --sequence, '4', --offset, '2']
name: YAML (format)
types: [yaml]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.7.0
hooks:
Expand Down

0 comments on commit 46cd798

Please sign in to comment.