Skip to content

Commit 461f69a

Browse files
[pre-commit.ci] 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.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3)
1 parent a5226f5 commit 461f69a

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 @@ repos:
66
- id: check-hooks-apply
77
- id: check-useless-excludes
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-case-conflict
1212
- id: check-merge-conflict
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030
- id: check-ast
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.2
32+
rev: v0.13.3
3333
hooks:
3434
- id: ruff
3535
types_or:

0 commit comments

Comments
 (0)