Skip to content

Commit 98c8d73

Browse files
[pre-commit.ci] pre-commit autoupdate (#1987)
updates: - [github.com/adamchainz/django-upgrade: 1.19.0 → 1.20.0](adamchainz/django-upgrade@1.19.0...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 28a539e commit 98c8d73

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
@@ -1,13 +1,13 @@
11
exclude: ".*/vendor/.*"
22
repos:
33
- repo: https://github.com/adamchainz/django-upgrade
4-
rev: 1.19.0
4+
rev: 1.20.0
55
hooks:
66
- id: django-upgrade
77
args: [--target-version, "5.0"] # Replace with Django version
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.5.2
10+
rev: v0.5.4
1111
hooks:
1212
- id: ruff
1313
# args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)