Skip to content

Commit 30fbc74

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 67c604e commit 30fbc74

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
@@ -10,7 +10,7 @@ ci:
1010

1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v5.0.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
@@ -34,11 +34,11 @@ repos:
3434
entry: isort --profile=black
3535
name: isort (python)
3636
- repo: https://github.com/psf/black
37-
rev: 24.8.0
37+
rev: 24.10.0
3838
hooks:
3939
- id: black
4040
- repo: https://github.com/adamchainz/blacken-docs
41-
rev: "1.18.0"
41+
rev: "1.19.0"
4242
hooks:
4343
- id: blacken-docs
4444
args: [--line-length=79]

0 commit comments

Comments
 (0)