Skip to content

Commit bf75192

Browse files
committed
chore(pre-commit): poetry -> uv
1 parent d62b4a0 commit bf75192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ repos:
2020
language: system
2121
types_or: [python, pyi]
2222
require_serial: true
23-
entry: poetry run ruff check --force-exclude
23+
entry: uv run ruff check --force-exclude
2424
args:
2525
[--output-format=full, --fix, --show-fixes, --exit-non-zero-on-fix]
2626
- id: ruff-format
2727
name: Format python (ruff)
2828
language: system
2929
types_or: [python, pyi]
3030
require_serial: true
31-
entry: poetry run ruff format --force-exclude
31+
entry: uv run ruff format --force-exclude
3232
- id: nixfmt
3333
name: Format Nix (nixfmt)
3434
types: [nix]
@@ -44,12 +44,12 @@ repos:
4444
name: Format TOML (taplo)
4545
language: system
4646
types: [toml]
47-
entry: poetry run taplo format
47+
entry: uv run taplo format
4848
- id: taplo-lint
4949
name: Lint TOML (taplo)
5050
language: system
5151
types: [toml]
52-
entry: poetry run taplo lint
52+
entry: uv run taplo lint
5353
args:
5454
- --default-schema-catalogs
5555

0 commit comments

Comments
 (0)