Skip to content

Commit 5139b87

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.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11)
1 parent 8293d02 commit 5139b87

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
hooks:
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-added-large-files
1212
- id: check-executables-have-shebangs
@@ -33,7 +33,7 @@ repos:
3333
types: [file, yaml]
3434
entry: yamllint --strict
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.12.7
36+
rev: v0.12.11
3737
hooks:
3838
- id: ruff-format
3939
alias: ruff

0 commit comments

Comments
 (0)