Skip to content

Commit 2b24eb8

Browse files
committed
👷 chore: use uv build backend and bump deps
1 parent 585226d commit 2b24eb8

File tree

3 files changed

+67
-62
lines changed

3 files changed

+67
-62
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ docufix = "docufix.__main__:main"
3232

3333
[dependency-groups]
3434
dev = [
35-
"pyright>=1.1.386",
36-
"ruff>=0.7.1",
37-
"pytest>=8.3.3",
38-
"pytest-rerunfailures>=14.0",
35+
"pyright>=1.1.403",
36+
"ruff>=0.12.5",
37+
"pytest>=8.4.1",
38+
"pytest-rerunfailures>=15.1",
3939
]
4040

4141
[tool.pyright]
@@ -79,5 +79,5 @@ combine-as-imports = true
7979
"setup.py" = ["I"]
8080

8181
[build-system]
82-
requires = ["hatchling"]
83-
build-backend = "hatchling.build"
82+
requires = ["uv_build>=0.8.3,<0.9.0"]
83+
build-backend = "uv_build"

setup.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)