Skip to content

Commit 1ec1c62

Browse files
committed
⬆️ Update pre-commit hooks
1 parent bc154c9 commit 1ec1c62

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
@@ -30,11 +30,11 @@ repos:
3030
entry: isort --profile=black
3131
name: isort (python)
3232
- repo: https://github.com/psf/black
33-
rev: 24.8.0
33+
rev: 24.10.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/adamchainz/blacken-docs
37-
rev: "1.18.0"
37+
rev: "1.19.1"
3838
hooks:
3939
- id: blacken-docs
4040
args: [--line-length=79]

0 commit comments

Comments
 (0)