add basedpyright
This commit is contained in:
@@ -8,6 +8,7 @@ dependencies = []
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"basedpyright>=1.39.8",
|
||||
"pytest>=9.1.1",
|
||||
"ruff>=0.15.18",
|
||||
]
|
||||
@@ -18,9 +19,12 @@ target-version = "py313"
|
||||
[tool.ruff.lint]
|
||||
extend-select = ["E", "F", "I", "UP", "B", "SIM"]
|
||||
|
||||
[tool.basedpyright]
|
||||
typeCheckingMode = "standard"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["untitled"]
|
||||
packages = ["untitled"]
|
||||
|
||||
Reference in New Issue
Block a user