Skip to content

Commit 472fbfc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.25.0 → 1.27.0](adamchainz/django-upgrade@1.25.0...1.27.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.10...v0.12.11)
1 parent 9888d67 commit 472fbfc

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
@@ -8,13 +8,13 @@ repos:
88
- id: check-yaml
99

1010
- repo: https://github.com/adamchainz/django-upgrade
11-
rev: 1.25.0
11+
rev: 1.27.0
1212
hooks:
1313
- id: django-upgrade
1414
args: [--target-version, "4.2"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.12.10
17+
rev: v0.12.11
1818
hooks:
1919
- id: ruff
2020
args: [--fix]

0 commit comments

Comments
 (0)