Skip to content

Commit 2b6941f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.4...v0.14.6) - [github.com/gitleaks/gitleaks: v8.24.2 → v8.29.1](gitleaks/gitleaks@v8.24.2...v8.29.1) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9)
1 parent 3203f68 commit 2b6941f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# Python - Ruff
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.4
18+
rev: v0.14.6
1919
hooks:
2020
# Run the linter
2121
- id: ruff
@@ -25,12 +25,12 @@ repos:
2525

2626
# Detect secrets
2727
- repo: https://github.com/gitleaks/gitleaks
28-
rev: v8.24.2
28+
rev: v8.29.1
2929
hooks:
3030
- id: gitleaks
3131

3232
# Lint Github Actions
3333
- repo: https://github.com/rhysd/actionlint
34-
rev: v1.7.8
34+
rev: v1.7.9
3535
hooks:
3636
- id: actionlint

0 commit comments

Comments
 (0)