Skip to content

Commit 1e74e08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.5](PyCQA/bandit@1.8.3...1.8.5)
1 parent a5727e3 commit 1e74e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- id: pyupgrade
4949

5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.11.13
51+
rev: v0.12.0
5252
hooks:
5353
- id: ruff
5454
args: [--fix]
@@ -67,7 +67,7 @@ repos:
6767
- id: zizmor
6868

6969
- repo: https://github.com/PyCQA/bandit
70-
rev: 1.8.3
70+
rev: 1.8.5
7171
hooks:
7272
- id: bandit
7373
args: ["-c", "pyproject.toml"]

0 commit comments

Comments
 (0)