Skip to content

Commit d640633

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.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.11.0-1](scop/pre-commit-shfmt@v3.7.0-4...v3.11.0-1) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.37.0) - [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.11.6](astral-sh/ruff-pre-commit@v0.1.8...v0.11.6) - [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)
1 parent 96888ff commit d640633

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
- eslint
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -18,24 +18,24 @@ repos:
1818
- id: check-toml
1919
- id: debug-statements
2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v3.1.0
21+
rev: v4.0.0-alpha.8
2222
hooks:
2323
- id: prettier
2424
types_or: [javascript, jsx, ts, tsx, json, yaml, markdown]
2525
args:
2626
- --no-config
2727
- --no-semi
2828
- repo: https://github.com/scop/pre-commit-shfmt
29-
rev: v3.7.0-4
29+
rev: v3.11.0-1
3030
hooks:
3131
- id: shfmt
3232
- repo: https://github.com/adrienverge/yamllint.git
33-
rev: v1.33.0
33+
rev: v1.37.0
3434
hooks:
3535
- id: yamllint
3636
args: [--format, parsable, -d, relaxed]
3737
- repo: https://github.com/Yelp/detect-secrets
38-
rev: v1.4.0
38+
rev: v1.5.0
3939
hooks:
4040
- id: detect-secrets
4141
args:
@@ -55,7 +55,7 @@ repos:
5555
- ".*/generated/"
5656
additional_dependencies: ["gibberish-detector"]
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: "v0.1.8"
58+
rev: "v0.11.6"
5959
hooks:
6060
- id: ruff-format
6161
- id: ruff
@@ -72,7 +72,7 @@ repos:
7272
exclude: "(node_modules/|.yarn/)"
7373
require_serial: false
7474
- repo: https://github.com/shellcheck-py/shellcheck-py
75-
rev: v0.9.0.6
75+
rev: v0.10.0.1
7676
hooks:
7777
- id: shellcheck
7878
args: ["--severity=warning"]

0 commit comments

Comments
 (0)