Skip to content

Commit 6a0ec1e

Browse files
Merge pull request #462 from Blosc/pre-commit-ci-update-config
Update pre-commit hooks
2 parents 2cc9174 + 1f26166 commit 6a0ec1e

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
@@ -7,7 +7,7 @@ ci:
77
default_stages: [pre-commit, pre-push]
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-yaml
1313
- id: end-of-file-fixer
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.7
19+
rev: v0.12.11
2020
hooks:
2121
- id: ruff-check
2222
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)