File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 66 exclude : ^tests/?.*/assets/.+
77 - id : end-of-file-fixer
88 exclude : ^tests/?.*/assets/.+
9- - repo : https://github.com/pdm-project/pdm
10- rev : 2.25.6
9+ - repo : https://github.com/astral-sh/uv-pre-commit
10+ rev : 0.9.15
1111 hooks :
12- - id : pdm-lock-check
13- name : check lock file matches pyproject
14- entry : sh -c "pdm lock -v --check || pdm lock --update-reuse"
12+ - id : uv-lock
13+ name : check uv.lock file matches pyproject
14+ - id : uv-export
15+ args :
16+ - " --frozen"
17+ - " --all-groups"
18+ - " --all-extras"
19+ - " --format=pylock.toml"
20+ - " --output-file=pylock.toml"
21+ - " --quiet"
1522- repo : https://github.com/astral-sh/ruff-pre-commit
1623 rev : v0.11.7
1724 hooks :
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
2- # uv export --all-groups --all-extras --locked --format pylock.toml
2+ # uv export --frozen -- all-groups --all-extras --format=pylock.toml --output-file= pylock.toml
33lock-version = "1.0"
44created-by = "uv"
55requires-python = ">=3.10.0, <4.0"
You can’t perform that action at this time.
0 commit comments