Skip to content

Commit 714f577

Browse files
committed
[#N/A] Chore: add resolution to tool.uv
1 parent d682c7f commit 714f577

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,3 @@ repos:
7575
rev: 0.5.13
7676
hooks:
7777
- id: uv-lock
78-
args:
79-
- --resolution=lowest-direct

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ ignore = [
6060

6161
[tool.ruff.lint.isort]
6262
split-on-trailing-comma = false
63+
64+
[tool.uv]
65+
resolution = "lowest-direct"

0 commit comments

Comments
 (0)