Skip to content

Commit d96d9e0

Browse files
committed
Replace Poetry with uv
1 parent 2efd858 commit d96d9e0

File tree

4 files changed

+865
-1745
lines changed

4 files changed

+865
-1745
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: ruff
1515
name: ruff
1616
description: Run ruff linting
17-
entry: poetry run ruff check --force-exclude
17+
entry: uv run ruff check --force-exclude
1818
language: system
1919
'types_or': [python, pyi]
2020
require_serial: true

0 commit comments

Comments
 (0)