Skip to content

Commit da5cb57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.11.7](astral-sh/ruff-pre-commit@v0.3.4...v0.11.7) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.42.0...v0.44.0) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.24.3](gitleaks/gitleaks@v8.18.2...v8.24.3) - [github.com/hadolint/hadolint: v2.12.1-beta → v2.13.1-beta](hadolint/hadolint@v2.12.1-beta...v2.13.1-beta)
1 parent 3efc57d commit da5cb57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- id: no-commit-to-branch
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.3.4
39+
rev: v0.11.7
4040
hooks:
4141
- id: ruff
4242
args: [--fix]
@@ -55,7 +55,7 @@ repos:
5555
# language: python
5656

5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: v3.17.0
58+
rev: v3.19.1
5959
hooks:
6060
- id: pyupgrade
6161
entry: pyupgrade --py39-plus --keep-runtime-typing
@@ -77,15 +77,15 @@ repos:
7777
# additional_dependencies: []
7878

7979
- repo: https://github.com/igorshubovych/markdownlint-cli
80-
rev: v0.42.0
80+
rev: v0.44.0
8181
hooks:
8282
- id: markdownlint
8383
args: [--disable, MD013]
8484
- id: markdownlint-fix
8585
args: [--disable, MD013]
8686

8787
- repo: https://github.com/gitleaks/gitleaks
88-
rev: v8.18.2
88+
rev: v8.24.3
8989
hooks:
9090
- id: gitleaks
9191

@@ -95,7 +95,7 @@ repos:
9595
- id: htmlhint
9696

9797
- repo: https://github.com/hadolint/hadolint
98-
rev: v2.12.1-beta
98+
rev: v2.13.1-beta
9999
hooks:
100100
- id: hadolint-docker
101101
args:

0 commit comments

Comments
 (0)