Skip to content

Commit 833261d

Browse files
authored
Merge pull request #722 from numpy/bump-ruff-and-uv
2 parents ba056dd + 8b15a49 commit 833261d

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build>=0.8.22,<0.9"]
2+
requires = ["uv_build>=0.9.0,<0.10.0"]
33
build-backend = "uv_build"
44

55
[tool.uv.build-backend]
@@ -51,7 +51,7 @@ Changelog = "https://github.com/numpy/numtype/releases"
5151
numpy = ["numtype[numpy]"]
5252
lint = [
5353
"dprint-py>=0.50.2.0",
54-
"ruff>=0.13.3",
54+
"ruff>=0.14.0",
5555
]
5656
pytest = [
5757
{ include-group = "numpy" },

tool/stubtest.py.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/ufunc.py.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)