Skip to content

Commit 42811f5

Browse files
[pre-commit.ci] pre-commit autoupdate (#87)
updates: - [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7821861 commit 42811f5

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.7
8+
rev: 1.7.8
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.2.2
33+
rev: v0.3.2
3434
hooks:
3535
- id: ruff
3636
name: Ruff

0 commit comments

Comments
 (0)