pyproject: Add dev dependency group
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
[project]
|
[project]
|
||||||
requires-python = ">= 3.13"
|
requires-python = ">= 3.13"
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
dev = [
|
||||||
|
"pre-commit",
|
||||||
|
"pygobject-stubs",
|
||||||
|
"ruff",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
exclude = ["**/__pycache__", "**/.*", "_build/**"]
|
exclude = ["**/__pycache__", "**/.*", "_build/**"]
|
||||||
typeCheckingMode = "strict"
|
typeCheckingMode = "strict"
|
||||||
|
|||||||
Reference in New Issue
Block a user