Skip to content

Commit bbe68c1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.10](astral-sh/ruff-pre-commit@v0.11.2...v0.11.10)
1 parent 888115e commit bbe68c1

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
@@ -9,19 +9,19 @@ repos:
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.10
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)