Skip to content

Commit a0fb570

Browse files
[pre-commit.ci] pre-commit autoupdate (#204)
updates: - [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10) - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.5...v0.6.7)
1 parent 58863f9 commit a0fb570

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.9
8+
rev: 1.7.10
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.6.5
33+
rev: v0.6.7
3434
hooks:
3535
- id: ruff
3636
name: Ruff

0 commit comments

Comments
 (0)