Skip to content

Commit 7b83e7f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.9...v0.11.10) - [github.com/adamchainz/django-upgrade: 1.24.0 → 1.25.0](adamchainz/django-upgrade@1.24.0...1.25.0)
1 parent 6cd4053 commit 7b83e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.11.9'
29+
rev: 'v0.11.10'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade
@@ -36,7 +36,7 @@ repos:
3636
args:
3737
- --py3-plus
3838
- repo: https://github.com/adamchainz/django-upgrade
39-
rev: "1.24.0"
39+
rev: "1.25.0"
4040
hooks:
4141
- id: django-upgrade
4242
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)