Skip to content

Commit e25affb

Browse files
committed
Use the uv build backend
1 parent db0a964 commit e25affb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ dependencies = [
1717
Documentation = "https://sprog.rtfd.io/"
1818

1919
[build-system]
20-
requires = ["hatchling"]
21-
build-backend = "hatchling.build"
20+
requires = ["uv_build"]
21+
build-backend = "uv_build"
2222

2323
[tool.ruff.lint]
2424
select = ["ALL"]
@@ -56,10 +56,6 @@ dev = [
5656
"twine>=5.1.1",
5757
]
5858

59-
[tool.mypy]
60-
enable_error_code = ["ignore-without-code"]
61-
exclude = ["^.venv/"]
62-
6359
[tool.coverage.run]
6460
core = "sysmon"
6561

0 commit comments

Comments
 (0)