Skip to content

Commit 80f2946

Browse files
[pre-commit.ci] pre-commit autoupdate (#10184)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.6...v0.9.1) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent af7a970 commit 80f2946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.8.6"
23+
rev: "v0.9.1"
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]
@@ -171,7 +171,7 @@ repos:
171171
setup.cfg
172172
)$
173173
- repo: https://github.com/PyCQA/bandit
174-
rev: 1.8.0
174+
rev: 1.8.2
175175
hooks:
176176
- id: bandit
177177
args: ["-r", "-lll"]

0 commit comments

Comments
 (0)