Skip to content

Commit

Permalink
[#N/A] Chore: add resolution to tool.uv
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Jan 12, 2025
1 parent 61503e4 commit a9a46b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ repos:
rev: 0.5.6
hooks:
- id: uv-lock
args:
- --resolution=lowest-direct
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ ignore = [

[tool.ruff.lint.isort]
split-on-trailing-comma = false

[tool.uv]
resolution = "lowest-direct"

0 comments on commit a9a46b1

Please sign in to comment.