add basedpyright

This commit is contained in:
2026-06-22 18:38:30 -04:00
parent 41cfb99df5
commit cb29f435f3
2 changed files with 35 additions and 1 deletions

View File

@@ -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"]