Skip to content

Commit 97ef7da

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 0d7b81b commit 97ef7da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -28,11 +28,11 @@ repos:
2828
entry: isort --profile=black
2929
name: isort (python)
3030
- repo: https://github.com/psf/black
31-
rev: 24.4.2
31+
rev: 24.10.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/adamchainz/blacken-docs
35-
rev: "1.18.0"
35+
rev: "1.19.0"
3636
hooks:
3737
- id: blacken-docs
3838
args: [--line-length=79]

0 commit comments

Comments
 (0)