Skip to content

Commit b0dfefb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.7...v0.11.8) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.7...v0.11.8) - [github.com/python-poetry/poetry: 2.1.2 → 2.1.3](python-poetry/poetry@2.1.2...2.1.3) - [github.com/gitleaks/gitleaks: v8.24.3 → v8.25.1](gitleaks/gitleaks@v8.24.3...v8.25.1)
1 parent 501878d commit b0dfefb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ 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

4646
# 5. Project Config / Dependency Checks
4747
- repo: https://github.com/python-poetry/poetry
48-
rev: 2.1.2 # Use the latest tag from the repo
48+
rev: 2.1.3 # Use the latest tag from the repo
4949
hooks:
5050
- id: poetry-check
5151

5252
# 6. Security Check
5353
- repo: https://github.com/gitleaks/gitleaks
54-
rev: v8.24.3 # Use the latest tag from the repo
54+
rev: v8.25.1 # Use the latest tag from the repo
5555
hooks:
5656
- id: gitleaks
5757

0 commit comments

Comments
 (0)