Skip to content

Commit 9a89d5d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.10...v0.12.2) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.6](PyCQA/bandit@1.8.3...1.8.6) - [github.com/gitleaks/gitleaks: v8.26.0 → v8.27.2](gitleaks/gitleaks@v8.26.0...v8.27.2)
1 parent ec101ba commit 9a89d5d

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
@@ -33,7 +33,7 @@ repos:
3333
- id: sort-simple-yaml
3434
- id: trailing-whitespace
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.11.10
36+
rev: v0.12.2
3737
hooks:
3838
- id: ruff
3939
args: [ --fix ]
@@ -55,13 +55,13 @@ repos:
5555
hooks:
5656
- id: sourceheaders
5757
- repo: https://github.com/PyCQA/bandit
58-
rev: "1.8.3"
58+
rev: "1.8.6"
5959
hooks:
6060
- id: bandit
6161
args: ["-c", "pyproject.toml", "--"]
6262
additional_dependencies: ["bandit[toml]"]
6363
- repo: https://github.com/gitleaks/gitleaks
64-
rev: v8.26.0
64+
rev: v8.27.2
6565
hooks:
6666
- id: gitleaks
6767
- repo: local

0 commit comments

Comments
 (0)