Skip to content

Commit 961147a

Browse files
authored
Merge pull request allthingslinux#845 from allthingslinux/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 909b1b2 + 6bedd1e commit 961147a

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
@@ -31,15 +31,15 @@ repos:
3131
# 3. Main Linter (with auto-fix)
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
3333
# Ruff version should match the one in pyproject.toml
34-
rev: v0.11.7 # Use the same Ruff version tag as formatter
34+
rev: v0.11.8 # Use the same Ruff version tag as formatter
3535
hooks:
3636
- id: ruff
3737
args: [--fix]
3838

3939
# 4. Main Formatter (after linting/fixing)
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
4141
# Ruff version should match the one in pyproject.toml
42-
rev: v0.11.7
42+
rev: v0.11.8
4343
hooks:
4444
- id: ruff-format
4545

@@ -53,7 +53,7 @@ repos:
5353

5454
# 6. Security Check
5555
- repo: https://github.com/gitleaks/gitleaks
56-
rev: v8.24.3 # Use the latest tag from the repo
56+
rev: v8.25.1 # Use the latest tag from the repo
5757
hooks:
5858
- id: gitleaks
5959

0 commit comments

Comments
 (0)