Skip to content

Commit 962ad7f

Browse files
chore(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.8.0 → 1.8.3](PyCQA/bandit@1.8.0...1.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.10](astral-sh/ruff-pre-commit@v0.8.6...v0.9.10) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent c9a3069 commit 962ad7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ repos:
2525
- id: mixed-line-ending
2626

2727
- repo: https://github.com/PyCQA/bandit
28-
rev: '1.8.0'
28+
rev: '1.8.3'
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.8.6
35+
rev: v0.9.10
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]
@@ -48,7 +48,7 @@ repos:
4848
# args: ["--number"]
4949

5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.3.0
51+
rev: v2.4.1
5252
hooks:
5353
- id: codespell
5454
additional_dependencies:

0 commit comments

Comments
 (0)