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

Skip to content

Commit 0ec5afe

Browse files
[pre-commit.ci] pre-commit autoupdate (#1966)
updates: - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.16.0](adamchainz/django-upgrade@1.15.0...1.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.2...v0.4.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a7fcc25 commit 0ec5afe

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

0 commit comments

Comments
 (0)
0