Skip to content

Commit d5d948c

Browse files
chore(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.12.5...v0.14.6) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent 7f7b25d commit d5d948c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
exclude: test/.*\.py
@@ -25,14 +25,14 @@ repos:
2525
- id: mixed-line-ending
2626

2727
- repo: https://github.com/PyCQA/bandit
28-
rev: '1.8.6'
28+
rev: '1.9.2'
2929
hooks:
3030
- id: bandit
3131
args: ["-c", "pyproject.toml"]
3232
additional_dependencies: ["bandit[toml]"]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.12.5
35+
rev: v0.14.6
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]
@@ -55,7 +55,7 @@ repos:
5555
- tomli
5656

5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: v3.20.0
58+
rev: v3.21.2
5959
hooks:
6060
- id: pyupgrade
6161
args: ["--py310-plus"]

0 commit comments

Comments
 (0)