Skip to content

Commit c08d7d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/gitleaks/gitleaks: v8.24.0 → v8.24.2](gitleaks/gitleaks@v8.24.0...v8.24.2) - [github.com/hadolint/hadolint: v2.12.1-beta → v2.13.1-beta](hadolint/hadolint@v2.12.1-beta...v2.13.1-beta) - [github.com/adrienverge/yamllint.git: v1.36.2 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.36.2...v1.37.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/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.4...v0.11.4)
1 parent 93bd555 commit c08d7d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ repos:
4343

4444
# Detect hardcoded secrets
4545
- repo: https://github.com/gitleaks/gitleaks
46-
rev: v8.24.0
46+
rev: v8.24.2
4747
hooks:
4848
- id: gitleaks
4949

5050
# Dockerfile
5151
- repo: https://github.com/hadolint/hadolint
52-
rev: v2.12.1-beta
52+
rev: v2.13.1-beta
5353
hooks:
5454
- id: hadolint
5555

@@ -66,7 +66,7 @@ repos:
6666
- --implicit_start
6767

6868
- repo: https://github.com/adrienverge/yamllint.git
69-
rev: v1.36.2
69+
rev: v1.37.0
7070
hooks:
7171
- id: yamllint
7272
types:
@@ -77,7 +77,7 @@ repos:
7777

7878
# JSON5
7979
- repo: https://github.com/pre-commit/mirrors-prettier
80-
rev: v3.1.0
80+
rev: v4.0.0-alpha.8
8181
hooks:
8282
- id: prettier
8383
# https://prettier.io/docs/en/options.html#parser
@@ -99,7 +99,7 @@ repos:
9999

100100
# Python
101101
- repo: https://github.com/astral-sh/ruff-pre-commit
102-
rev: v0.8.4
102+
rev: v0.11.4
103103
hooks:
104104
- id: ruff
105105
args:

0 commit comments

Comments
 (0)