Skip to content

Commit 884c38a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.28.0 → 1.29.0](adamchainz/django-upgrade@1.28.0...1.29.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.2...v0.14.0)
1 parent e280505 commit 884c38a

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
@@ -23,20 +23,20 @@ repos:
2323
# - id: poetry-install
2424

2525
- repo: https://github.com/adamchainz/django-upgrade
26-
rev: "1.28.0"
26+
rev: "1.29.0"
2727
hooks:
2828
- id: django-upgrade
2929
args: [--target-version, "4.2"]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: "v3.20.0"
32+
rev: "v3.21.0"
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.13.2
39+
rev: v0.14.0
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)