Skip to content

Commit 24c9a41

Browse files
[pre-commit.ci] pre-commit autoupdate
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/gitleaks/gitleaks: v8.19.3 → v8.20.1](gitleaks/gitleaks@v8.19.3...v8.20.1) - [github.com/hadolint/hadolint: v2.13.0-beta → v2.13.1-beta](hadolint/hadolint@v2.13.0-beta...v2.13.1-beta) - [github.com/ambv/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
1 parent 361f976 commit 24c9a41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
- id: sort-simple-yaml
1616
- id: trailing-whitespace
1717
repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
- hooks:
2020
- id: gitleaks
2121
repo: https://github.com/gitleaks/gitleaks
22-
rev: v8.19.3
22+
rev: v8.20.1
2323
- hooks:
2424
- args: [--license-filepath=.github/license_template.txt, --use-current-year, --detect-license-in-X-top-lines=40, --skip-license-insertion-comment=Copyright]
2525
files: |
@@ -33,7 +33,7 @@ repos:
3333
- args: ["--config", ".github/linters/.hadolint.yaml"]
3434
id: hadolint-docker
3535
repo: https://github.com/hadolint/hadolint
36-
rev: v2.13.0-beta
36+
rev: v2.13.1-beta
3737
- hooks:
3838
- args: ["--config", ".github/linters/.markdown-lint.yaml"]
3939
id: markdownlint
@@ -59,7 +59,7 @@ repos:
5959
- hooks:
6060
- id: black
6161
repo: https://github.com/ambv/black
62-
rev: 24.8.0
62+
rev: 24.10.0
6363
- hooks:
6464
- args: ["--sp", ".github/linters"]
6565
id: isort

0 commit comments

Comments
 (0)