mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 09:06:20 +00:00
👷 Add build system configuration with hatchling
This commit is contained in:
@@ -23,6 +23,16 @@ dev = [
|
|||||||
"ruff>=0.9.9",
|
"ruff>=0.9.9",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatchling]
|
||||||
|
name = "pycord-rest-bot"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["src/pycord_rest"]
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
pythonVersion = "3.12"
|
pythonVersion = "3.12"
|
||||||
reportAny = false
|
reportAny = false
|
||||||
@@ -74,4 +84,7 @@ extend-ignore = [
|
|||||||
"PLR2004",
|
"PLR2004",
|
||||||
"PLR0913",
|
"PLR0913",
|
||||||
"C901"
|
"C901"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.uv.workspace]
|
||||||
|
members = ["test"]
|
||||||
|
|||||||
Reference in New Issue
Block a user