Skip to content

Commit a9a46b1

Browse files
committed
[#N/A] Chore: add resolution to tool.uv
1 parent 61503e4 commit a9a46b1

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
@@ -69,5 +69,3 @@ repos:
6969
rev: 0.5.6
7070
hooks:
7171
- id: uv-lock
72-
args:
73-
- --resolution=lowest-direct

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ ignore = [
6161

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

0 commit comments

Comments
 (0)