Skip to content

Commit f0e8477

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/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.2...v0.14.2)
1 parent 6488cfc commit f0e8477

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
exclude: CNAME
@@ -31,7 +31,7 @@ repos:
3131
additional_dependencies: ["bandit[toml]"]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.12.2
34+
rev: v0.14.2
3535
hooks:
3636
- id: ruff
3737
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)