Skip to content

Commit 0d28b54

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/PyCQA/bandit: 1.9.0 → 1.9.2](PyCQA/bandit@1.9.0...1.9.2)
1 parent f513e13 commit 0d28b54

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
@@ -17,13 +17,13 @@ repos:
1717
args: ['--fix=no']
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.5
20+
rev: v0.14.6
2121
hooks:
2222
- id: ruff
2323
- id: ruff-format
2424

2525
- repo: https://github.com/PyCQA/bandit
26-
rev: 1.9.0
26+
rev: 1.9.2
2727
hooks:
2828
- id: bandit
2929
args: ["-c", "pyproject.toml", "--recursive"]

0 commit comments

Comments
 (0)