Skip to content

Commit fc731e2

Browse files
[pre-commit.ci] pre-commit autoupdate (#695)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4) - [github.com/PyCQA/bandit: 1.9.3 → 1.9.4](PyCQA/bandit@1.9.3...1.9.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 276b8d1 commit fc731e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.15.2
56+
rev: v0.15.4
5757
hooks:
5858
- id: ruff-check
5959
name: ruff
@@ -64,7 +64,7 @@ repos:
6464
- "--no-unsafe-fixes"
6565

6666
- repo: https://github.com/PyCQA/bandit
67-
rev: 1.9.3
67+
rev: 1.9.4
6868
hooks:
6969
- id: bandit
7070
args: ["-r"]

0 commit comments

Comments
 (0)