Skip to content

Commit 99f0868

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent bc64c72 commit 99f0868

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.12.1
56+
rev: v0.12.2
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.8.5
67+
rev: 1.8.6
6868
hooks:
6969
- id: bandit
7070
args: ["-r"]

0 commit comments

Comments
 (0)