Skip to content

Commit 2ba0764

Browse files
Upgrade dependencies.
1 parent 868ea3a commit 2ba0764

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

.pre-commit-config.yaml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v6.0.0
4-
hooks:
5-
- id: check-yaml
6-
always_run: true
7-
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.10
9-
hooks:
10-
- id: ruff-check
11-
always_run: true
12-
- id: ruff-format
13-
always_run: true
2+
- repo: https://github.com/tsvikas/sync-with-uv
3+
rev: v0.5.0
4+
hooks:
5+
- id: sync-with-uv
6+
always_run: true
7+
- repo: https://github.com/pre-commit/pre-commit-hooks
8+
rev: v6.0.0
9+
hooks:
10+
- id: check-yaml
11+
always_run: true
12+
- repo: https://github.com/astral-sh/ruff-pre-commit
13+
rev: v0.14.10
14+
hooks:
15+
- id: ruff-check
16+
always_run: true
17+
- id: ruff-format
18+
always_run: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
]
3636

3737
[build-system]
38-
requires = ["uv_build >=0.9.15, <0.10.0"]
38+
requires = ["uv_build >=0.9.21"]
3939
build-backend = "uv_build"
4040

4141
[tool]

0 commit comments

Comments
 (0)