Skip to content

Commit e4f49e2

Browse files
[pre-commit.ci] pre-commit autoupdate (#10452)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.1...v0.12.2) - [github.com/PyCQA/bandit: 1.8.5 → 1.8.6](PyCQA/bandit@1.8.5...1.8.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c4be2de commit e4f49e2

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
@@ -20,7 +20,7 @@ repos:
2020
doc/data/messages/m/missing-final-newline/bad/crlf.py
2121
)$
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.12.1"
23+
rev: "v0.12.2"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -154,7 +154,7 @@ repos:
154154
args: ["--max-summary-lines=2", "--linewrap-full-docstring"]
155155
files: "pylint"
156156
- repo: https://github.com/PyCQA/bandit
157-
rev: 1.8.5
157+
rev: 1.8.6
158158
hooks:
159159
- id: bandit
160160
args: ["-r", "-lll"]

0 commit comments

Comments
 (0)