Skip to content

Commit 053b0a8

Browse files
committed
Switch back to setuptools and refresh
With dependency-groups and uv locks, the last reasons to adhere to poetry have gone away.
1 parent 5f7ab73 commit 053b0a8

File tree

5 files changed

+1149
-1154
lines changed

5 files changed

+1149
-1154
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ repos:
3232
- types-requests
3333
- types-pyyaml
3434

35-
- repo: https://github.com/python-poetry/poetry
36-
rev: 1.8.0
35+
- repo: https://github.com/astral-sh/uv-pre-commit
36+
rev: 0.7.13
3737
hooks:
38-
- id: poetry-lock
39-
- id: poetry-export
40-
additional_dependencies: [poetry-plugin-export]
41-
args: [-o, requirements_dev.txt, --with=dev, --without-hashes]
38+
- id: uv-lock
39+
- id: uv-export
40+
args: [--all-groups, -q, -o, requirements_dev.txt]
41+
files: uv.lock|pyproject.toml

0 commit comments

Comments
 (0)