Skip to content

Commit e730c2c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/gitleaks/gitleaks: v8.23.3 → v8.28.0](gitleaks/gitleaks@v8.23.3...v8.28.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.13.3](astral-sh/ruff-pre-commit@v0.9.4...v0.13.3)
1 parent e75076c commit e730c2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010
# pre-commit
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
args: [--maxkb=2000]
@@ -25,13 +25,13 @@ repos:
2525

2626
# gitleaks
2727
- repo: https://github.com/gitleaks/gitleaks
28-
rev: v8.23.3
28+
rev: v8.28.0
2929
hooks:
3030
- id: gitleaks
3131

3232
# ruff
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.9.4
34+
rev: v0.13.3
3535
hooks:
3636
# Ruff linting
3737
- id: ruff

0 commit comments

Comments
 (0)