Skip to content

Commit 3acb205

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.10.9 → 0.10.10](astral-sh/uv-pre-commit@0.10.9...0.10.10) - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.5...v0.15.6) - [github.com/gitleaks/gitleaks: v8.30.0 → v8.30.1](gitleaks/gitleaks@v8.30.0...v8.30.1)
1 parent e9ac3dc commit 3acb205

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.10.9
3+
rev: 0.10.10
44
hooks:
55
# Dependency management
66
- id: uv-lock
@@ -23,7 +23,7 @@ repos:
2323

2424
# Python Linting & Formatting with Ruff
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.15.5
26+
rev: v0.15.6
2727
hooks:
2828
- id: ruff
2929
name: ruff (linter)
@@ -46,6 +46,6 @@ repos:
4646

4747
# No committing secrets
4848
- repo: https://github.com/gitleaks/gitleaks
49-
rev: v8.30.0
49+
rev: v8.30.1
5050
hooks:
5151
- id: gitleaks

0 commit comments

Comments
 (0)