8000 [pre-commit.ci] pre-commit autoupdate · django-haystack/django-haystack@696e83d · GitHub
[go: up one dir, main page]

Skip to content

Commit 696e83d

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent a6516b2 commit 696e83d

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