Skip to content

Commit 47c2428

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.6...v0.9.1) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2)
1 parent c1267b8 commit 47c2428

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
@@ -39,7 +39,7 @@ repos:
3939
- id: pyupgrade
4040
args: [--py39-plus]
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.8.6
42+
rev: v0.9.1
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -58,7 +58,7 @@ repos:
5858
#- id: mypy
5959
# additional_dependencies: []
6060
- repo: https://github.com/PyCQA/bandit
61-
rev: 1.8.0
61+
rev: 1.8.2
6262
hooks:
6363
- id: bandit
6464
args: [-x, tests]

0 commit comments

Comments
 (0)