Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec06be9

Browse files
authoredDec 23, 2024··
chore(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/bandit: 1.7.9 → 1.8.0](PyCQA/bandit@1.7.9...1.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.8.4](astral-sh/ruff-pre-commit@v0.6.4...v0.8.4)
1 parent 594bff7 commit ec06be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -24,14 +24,14 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/PyCQA/bandit
27-
rev: 1.7.9
27+
rev: 1.8.0
2828
hooks:
2929
- id: bandit
3030
args: ["-c", "pyproject.toml"]
3131
additional_dependencies: ["bandit[toml]"]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.6.4
34+
rev: v0.8.4
3535
hooks:
3636
- id: ruff-format
3737
- id: ruff

0 commit comments

Comments
 (0)
Please sign in to comment.