Skip to content

Commit cf98f36

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

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.11.13
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.4"
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)