Skip to content

Commit cc12a1f

Browse files
chore(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.8.5 → 1.8.6](PyCQA/bandit@1.8.5...1.8.6) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.1...v0.12.2)
1 parent 5e36fd2 commit cc12a1f

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
@@ -23,14 +23,14 @@ repos:
2323
- id: mixed-line-ending
2424

2525
- repo: https://github.com/PyCQA/bandit
26-
rev: '1.8.5'
26+
rev: '1.8.6'
2727
hooks:
2828
- id: bandit
2929
args: ["-c", "pyproject.toml"]
3030
additional_dependencies: ["bandit[toml]"]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.12.1
33+
rev: v0.12.2
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)