Skip to content

Commit 2582afe

Browse files
[pre-commit.ci] pre-commit autoupdate (#4)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe <[email protected]>
1 parent efbb055 commit 2582afe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
autoupdate_schedule: quarterly
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v6.0.0
@@ -15,7 +18,7 @@ repos:
1518

1619
# Python - Ruff
1720
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.6
21+
rev: v0.14.7
1922
hooks:
2023
# Run the linter
2124
- id: ruff
@@ -25,7 +28,7 @@ repos:
2528

2629
# Detect secrets
2730
- repo: https://github.com/gitleaks/gitleaks
28-
rev: v8.29.1
31+
rev: v8.30.0
2932
hooks:
3033
- id: gitleaks
3134

0 commit comments

Comments
 (0)