Skip to content

Commit 7140d3c

Browse files
[pre-commit.ci] pre-commit suggestions (qdrant#169)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9db1d83 commit 7140d3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: check-added-large-files
1818

1919
- repo: https://github.com/psf/black
20-
rev: 24.3.0
20+
rev: 24.4.2
2121
hooks:
2222
- id: black
2323
name: "Black: The uncompromising Python code formatter"
@@ -30,7 +30,7 @@ repos:
3030
args: ["--profile", "black"]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.3.5
33+
rev: v0.5.0
3434
hooks:
3535
# Run the linter.
3636
- id: ruff

0 commit comments

Comments
 (0)