Skip to content

Commit 03aeca5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/adamchainz/django-upgrade: 1.24.0 → 1.25.0](adamchainz/django-upgrade@1.24.0...1.25.0) - [github.com/adamchainz/djade-pre-commit: 1.3.2 → 1.4.0](adamchainz/djade-pre-commit@1.3.2...1.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.2...v0.11.12)
1 parent 888115e commit 03aeca5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
repos:
44

55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.19.1
6+
rev: v3.20.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py310-plus"]
1010

1111
- repo: https://github.com/adamchainz/django-upgrade
12-
rev: 1.24.0
12+
rev: 1.25.0
1313
hooks:
1414
- id: django-upgrade
1515
args: ["--target-version", "4.0"]
1616

1717
- repo: https://github.com/adamchainz/djade-pre-commit
18-
rev: "1.3.2"
18+
rev: "1.4.0"
1919
hooks:
2020
- id: djade
2121
args: [--target-version, "4.1"]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.11.2
24+
rev: v0.11.12
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)