Skip to content

Commit 079ec50

Browse files
ci: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.0...v0.14.8) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.30.0](gitleaks/gitleaks@v8.28.0...v8.30.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent bd525c3 commit 079ec50

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
@@ -40,18 +40,18 @@ repos:
4040
- id: detect-secrets
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.14.0
43+
rev: v0.14.8
4444
hooks:
4545
- id: ruff
4646
- id: ruff-format
4747

4848
- repo: https://github.com/gitleaks/gitleaks
49-
rev: v8.28.0
49+
rev: v8.30.0
5050
hooks:
5151
- id: gitleaks
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.18.2
54+
rev: v1.19.0
5555
hooks:
5656
- id: mypy
5757
exclude: (tests/)

0 commit comments

Comments
 (0)