Skip to content

Commit 515b07e

Browse files
[pre-commit.ci] pre-commit autoupdate (#101)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1b8b032 commit 515b07e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)