Skip to content

Commit 33cf5cd

Browse files
Merge pull request #498 from Blosc/pre-commit-ci-update-config
Update pre-commit hooks
2 parents 57bc24e + 974895e commit 33cf5cd

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
@@ -16,15 +16,15 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.13.0
19+
rev: v0.13.3
2020
hooks:
2121
- id: ruff-check
2222
args: ["--fix", "--show-fixes"]
2323
- id: ruff-format
2424
exclude: ^bench/
2525

2626
- repo: https://github.com/adamchainz/blacken-docs
27-
rev: 1.19.1
27+
rev: 1.20.0
2828
hooks:
2929
- id: blacken-docs
3030
additional_dependencies: [black==24.*]

0 commit comments

Comments
 (0)