8000 Merge branch 'master' into Fix-ruff-rule-C420 · django-haystack/django-haystack@3e2e165 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e2e165

Browse files
authored
Merge branch 'master' into Fix-ruff-rule-C420
2 parents c69899f + 9f970a8 commit 3e2e165

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.23.1
6+
rev: 1.24.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.9.9
12+
rev: v0.11.4
1313
hooks:
1414
- id: ruff
1515
# args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)
0