Skip to content

Commit f19ad26

Browse files
chore: update pre-commit hooks
updates: - [github.com/gitleaks/gitleaks: v8.25.1 → v8.30.0](gitleaks/gitleaks@v8.25.1...v8.30.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/tcort/markdown-link-check: v3.13.7 → v3.14.2](tcort/markdown-link-check@v3.13.7...v3.14.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.15.15](astral-sh/ruff-pre-commit@v0.11.8...v0.15.15)
1 parent d6f8fc9 commit f19ad26

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ default_language_version:
99

1010
repos:
1111
- repo: https://github.com/gitleaks/gitleaks
12-
rev: v8.25.1
12+
rev: v8.30.0
1313
hooks:
1414
- id: gitleaks
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
# Validate format
2020
- id: check-yaml
@@ -44,13 +44,13 @@ repos:
4444
exclude_types: ["jupyter", "text"]
4545

4646
- repo: https://github.com/tcort/markdown-link-check
47-
rev: v3.13.7
47+
rev: v3.14.2
4848
hooks:
4949
- id: markdown-link-check
5050
args: [ -q ]
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: v0.11.8
53+
rev: v0.15.15
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)