Skip to content

Commit c9ed791

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6) - [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](adamchainz/django-upgrade@1.22.2...1.23.1)
1 parent 66985c9 commit c9ed791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.9.4'
29+
rev: 'v0.9.6'
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.22.2"
39+
rev: "1.23.1"
4040
hooks:
4141
- id: django-upgrade
4242
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)