Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2)
- [github.com/astral-sh/uv-pre-commit: 0.4.12 → 0.4.29](astral-sh/uv-pre-commit@0.4.12...0.4.29)
- [github.com/google/yamlfmt: v0.13.0 → v0.14.0](google/yamlfmt@v0.13.0...v0.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 5, 2024
1 parent 84be54e commit c8c9cfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# Validate format
- id: check-yaml
Expand All @@ -28,19 +28,19 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.7.2
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.4.12"
rev: "0.4.29"
hooks:
- id: uv-lock

- repo: https://github.com/google/yamlfmt
rev: v0.13.0
rev: v0.14.0
hooks:
- id: yamlfmt
types_or: [yaml]
Expand Down

0 comments on commit c8c9cfc

Please sign in to comment.