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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.10.0-2](scop/pre-commit-shfmt@v3.8.0-1...v3.10.0-2)
- [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.8.3](astral-sh/ruff-pre-commit@v0.4.10...v0.8.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 98e0896 commit b82af8c
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 @@ -9,7 +9,7 @@ ci:
- shfmt-docker
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: static/js/lib/ckeditor/plugins/MarkdownListSyntax.test.ts
Expand All @@ -24,7 +24,7 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
rev: v3.10.0-2
hooks:
- id: shfmt-docker
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
- --exclude-files
- ".*/generated/"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.10"
rev: "v0.8.3"
hooks:
- id: ruff-format
- id: ruff
Expand Down

0 comments on commit b82af8c

Please sign in to comment.