Skip to content

Commit 31f22b7

Browse files
[pre-commit.ci] pre-commit autoupdate (#220)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/uv-pre-commit: 0.8.7 → 0.8.14](astral-sh/uv-pre-commit@0.8.7...0.8.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9ceb4c5 commit 31f22b7

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
@@ -5,14 +5,14 @@ ci:
55
repos:
66
# Batch of helpful formatters and patterns
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: "v5.0.0"
8+
rev: "v6.0.0"
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: mixed-line-ending
1313

1414
# Ensure the uv.lock file has been updated
1515
- repo: https://github.com/astral-sh/uv-pre-commit
16-
rev: 0.8.7
16+
rev: 0.8.14
1717
hooks:
1818
- id: uv-lock

0 commit comments

Comments
 (0)