Skip to content

Commit f8fa521

Browse files
[pre-commit.ci] pre-commit autoupdate (#196)
updates: - [github.com/adamchainz/django-upgrade: 1.27.0 → 1.29.0](adamchainz/django-upgrade@1.27.0...1.29.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a62552b commit f8fa521

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
@@ -14,20 +14,20 @@ repos:
1414
- id: check-yaml
1515

1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.27.0
17+
rev: 1.29.0
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.11
23+
rev: v0.13.3
2424
hooks:
2525
- id: ruff
2626
args: [--fix]
2727
- id: ruff-format
2828

2929
- repo: https://github.com/adamchainz/blacken-docs
30-
rev: 1.19.1
30+
rev: 1.20.0
3131
hooks:
3232
- id: blacken-docs
3333
alias: autoformat

0 commit comments

Comments
 (0)