Skip to content

Commit eb772f2

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#13)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f1e6d54 commit eb772f2

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,7 +32,7 @@ repos:
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.5.24
35+
rev: 0.5.26
3636
hooks:
3737
- id: uv-lock
3838
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -41,13 +41,13 @@ repos:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.9.3
44+
rev: v0.9.4
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]
4848
- id: ruff-format
4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.4.0
50+
rev: v2.4.1
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)