Skip to content

Commit 59e5ef1

Browse files
committed
⬆️ Bump pre-commit hook versions
1 parent efa48cb commit 59e5ef1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.13
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -14,38 +14,38 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.9
17+
rev: v0.13.0
1818
hooks:
1919
- id: ruff
2020
args:
2121
- --fix
2222
- id: ruff-format
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.19.1
24+
rev: v3.20.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py313-plus
2929
- repo: https://github.com/adamchainz/django-upgrade
30-
rev: 1.24.0
30+
rev: 1.28.0
3131
hooks:
3232
- id: django-upgrade
3333
args:
3434
- --target-version
3535
- '5.0'
3636
- repo: https://github.com/rtts/djhtml
37-
rev: 3.0.7
37+
rev: 3.0.9
3838
hooks:
3939
- id: djhtml
4040
entry: djhtml --tabwidth 4
4141
alias: autoformat
4242
- repo: https://github.com/adamchainz/djade-pre-commit
43-
rev: "1.4.0"
43+
rev: "1.6.0"
4444
hooks:
4545
- id: djade
4646
args: [--target-version, "5.2"]
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: 1.19.1
48+
rev: 1.20.0
4949
hooks:
5050
- id: blacken-docs
5151
alias: autoformat

0 commit comments

Comments
 (0)