Skip to content

Commit 2661c51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.27.0 → 1.28.0](adamchainz/django-upgrade@1.27.0...1.28.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.11...v0.13.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent c00db32 commit 2661c51

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
@@ -11,20 +11,20 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/adamchainz/django-upgrade
14-
rev: 1.27.0
14+
rev: 1.28.0
1515
hooks:
1616
- id: django-upgrade
1717
args: [--target-version, "4.2"]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.11
20+
rev: v0.13.0
2121
hooks:
2222
- id: ruff
2323
args: [--fix]
2424
- id: ruff-format
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
alias: autoformat

0 commit comments

Comments
 (0)