Skip to content

Commit 453d4c3

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#10)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6d322e3 commit 453d4c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ repos:
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.5.18
35+
rev: 0.5.21
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/pre-commit/mirrors-prettier
39-
rev: v3.1.0
39+
rev: v4.0.0-alpha.8
4040
hooks:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.9.1
44+
rev: v0.9.2
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)