Skip to content

Commit 3b28d48

Browse files
[pre-commit.ci] pre-commit autoupdate (#139)
updates: - [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.8...v0.4.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent efb2e53 commit 3b28d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ".env,.yml,.gitignore,.git,.md,.txt"
55
default_stages: [push, commit]
66
repos:
77
- repo: https://github.com/PyCQA/bandit
8-
rev: 1.7.8
8+
rev: 1.7.9
99
hooks:
1010
- id: bandit
1111
args: ["-c", "pyproject.toml"]
@@ -30,7 +30,7 @@ repos:
3030
stages: [commit]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.4.8
33+
rev: v0.4.9
3434
hooks:
3535
- id: ruff
3636
name: Ruff

0 commit comments

Comments
 (0)