Skip to content

Commit 9432638

Browse files
authored
Update for fixed bug (#100)
1 parent 52e5a65 commit 9432638

3 files changed

Lines changed: 164 additions & 163 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/charliermarsh/ruff-pre-commit
3-
rev: v0.9.4
3+
rev: v0.11.6
44
hooks:
55
- id: ruff
66
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ requires = ["hatchling"]
3030
build-backend = "hatchling.build"
3131

3232
[tool.uv]
33-
# TODO: Set to ">=0.5,<0.6" when bug is fixed
34-
# https://github.com/astral-sh/setup-uv/issues/264
35-
required-version = "<0.6"
33+
required-version = ">=0.6,<0.7"
3634

3735
[tool.ruff]
3836
src = ["src"]

0 commit comments

Comments
 (0)