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

Skip to content

Commit 443f056

Browse files
pre-commit-ci[bot]acdha
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.16.0 → 1.17.0](adamchainz/django-upgrade@1.16.0...1.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](astral-sh/ruff-pre-commit@v0.4.3...v0.4.4)
1 parent 0ec5afe commit 443f056

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.16.0
4+
rev: 1.17.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.4.3
10+
rev: v0.4.4
1111
hooks:
1212
- id: ruff
1313
# args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)
0