Skip to content

Commit 3cadc1a

Browse files
chore(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.9.2 → 1.9.3](PyCQA/bandit@1.9.2...1.9.3) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.11...v0.14.13)
1 parent 7140de0 commit 3cadc1a

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

2626
- repo: https://github.com/PyCQA/bandit
27-
rev: "1.9.2"
27+
rev: "1.9.3"
2828
hooks:
2929
- id: bandit
3030
args: ["-c", "pyproject.toml"]
3131
additional_dependencies: ["bandit[toml]"]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.14.11
34+
rev: v0.14.13
3535
hooks:
3636
- id: ruff
3737
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)