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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
- [github.com/scop/pre-commit-shfmt: v3.7.0-4 → v3.8.0-1](scop/pre-commit-shfmt@v3.7.0-4...v3.8.0-1)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.4.1](astral-sh/ruff-pre-commit@v0.1.8...v0.4.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 22, 2024
1 parent c738f3e commit 211086a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:
- eslint
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -19,19 +19,19 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [javascript, jsx, ts, tsx, json, yaml, markdown]
args:
- --no-config
- --no-semi
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-4
rev: v3.8.0-1
hooks:
- id: shfmt
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [--format, parsable, -d, relaxed]
Expand All @@ -55,7 +55,7 @@ repos:
- --exclude-files
- ".*/generated/"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.8"
rev: "v0.4.1"
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -72,7 +72,7 @@ repos:
exclude: "(node_modules/|.yarn/)"
require_serial: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
args: ["--severity=warning"]

0 comments on commit 211086a

Please sign in to comment.