Skip to content

Commit eaff714

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/PyCQA/bandit: 1.9.2 → 1.9.4](PyCQA/bandit@1.9.2...1.9.4)
1 parent 301b930 commit eaff714

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
@@ -32,7 +32,7 @@ repos:
3232
- "--py310-plus"
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.14.10"
35+
rev: "v0.15.9"
3636
hooks:
3737
- id: ruff-check
3838
types_or:
@@ -46,7 +46,7 @@ repos:
4646
- python
4747

4848
- repo: https://github.com/PyCQA/bandit
49-
rev: 1.9.2
49+
rev: 1.9.4
5050
hooks:
5151
- id: bandit
5252
args:

0 commit comments

Comments
 (0)