File tree Expand file tree Collapse file tree 2 files changed +18
-13
lines changed
Expand file tree Collapse file tree 2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 11repos :
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
Original file line number Diff line number Diff 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 " ]
3939build-backend = " uv_build"
4040
4141[tool ]
You can’t perform that action at this time.
0 commit comments