8000 [pre-commit.ci] pre-commit autoupdate (#2010) · django-haystack/django-haystack@7d139b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d139b4

Browse files
[pre-commit.ci] pre-commit autoupdate (#2010)
updates: - [github.com/adamchainz/django-upgrade: 1.24.0 → 1.25.0](adamchainz/django-upgrade@1.24.0...1.25.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a6516b2 commit 7d139b4

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
@@ -3,13 +3,13 @@ ci:
33
exclude: ".*/vendor/.*"
44
repos:
55
- repo: https://github.com/adamchainz/django-upgrade
6-
rev: 1.24.0
6+
rev: 1.25.0
77
hooks:
88
- id: django-upgrade
99
args: [--target-version, "5.1"] # Replace with Django version
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.11.8
12+
rev: v0.11.12
1313
hooks:
1414
- id: ruff
1515
# args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)
0