Skip to content

Commit ce556eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.8.4 → 0.8.8](astral-sh/uv-pre-commit@0.8.4...0.8.8) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.7...v0.12.8) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 2028b0e commit ce556eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99
- uv-test
1010
repos:
1111
- repo: https://github.com/astral-sh/uv-pre-commit
12-
rev: 0.8.4
12+
rev: 0.8.8
1313
hooks:
1414
- id: uv-lock
1515
- id: uv-export
@@ -19,15 +19,15 @@ repos:
1919
- id: taplo-format
2020
- id: taplo-lint
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.12.7
22+
rev: v0.12.8
2323
hooks:
2424
- id: ruff-check
2525
types_or: [python, pyi, jupyter]
2626
args: [--fix]
2727
- id: ruff-format
2828
types_or: [python, pyi, jupyter]
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v5.0.0
30+
rev: v6.0.0
3131
hooks:
3232
- id: trailing-whitespace
3333
- id: end-of-file-fixer

0 commit comments

Comments
 (0)