Skip to content

Commit 385d0e3

Browse files
chore(pre-commit.ci): Upgrade hook versions
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.0...v0.12.2) - [github.com/PyCQA/bandit: 1.8.5 → 1.8.6](PyCQA/bandit@1.8.5...1.8.6)
1 parent cb1515f commit 385d0e3

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
@@ -62,7 +62,7 @@ repos:
6262

6363
# Linting
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.12.0
65+
rev: v0.12.2
6666
hooks:
6767
- id: ruff-check
6868
args: [--fix]
@@ -88,7 +88,7 @@ repos:
8888

8989
# Security
9090
- repo: https://github.com/PyCQA/bandit
91-
rev: 1.8.5
91+
rev: 1.8.6
9292
hooks:
9393
- id: bandit
9494
args: [-c, pyproject.toml, -r]

0 commit comments

Comments
 (0)