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

Skip to content

Commit 6264b53

Browse files
[pre-commit.ci] pre-commit autoupdate (#1964)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b1f88d4 commit 6264b53

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,7 +1,7 @@
11
exclude: ".*/vendor/.*"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.4.1
4+
rev: v0.4.2
55
hooks:
66
- id: ruff
77
# args: [ --fix, --exit-non-zero-on-fix ]
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 24.4.0
14+
rev: 24.4.2
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)
0