Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.4...v0.9.1)
- [github.com/google/yamlfmt: v0.14.0 → v0.15.0](google/yamlfmt@v0.14.0...v0.15.0)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.6](rhysd/actionlint@v1.7.4...v1.7.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent 2e435b8 commit 21b2099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -22,10 +22,10 @@ repos:
- id: black
types: [python]
- repo: https://github.com/google/yamlfmt
rev: v0.14.0
rev: v0.15.0
hooks:
- id: yamlfmt
- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.6
hooks:
- id: actionlint

0 comments on commit 21b2099

Please sign in to comment.