chore(pyproject.toml): reenable basedpyright type checking
This commit is contained in:
@@ -20,10 +20,7 @@ license = { text = "GPL-3.0+" }
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
bump = ["git-cliff>=2.9.1", "python-semantic-release>=10.2.0"]
|
bump = ["git-cliff>=2.9.1", "python-semantic-release>=10.2.0"]
|
||||||
lint = [
|
lint = ["isort>=6.0.1", "ruff>=0.13.1"]
|
||||||
"isort>=6.0.1",
|
|
||||||
"ruff>=0.13.1",
|
|
||||||
]
|
|
||||||
test = [
|
test = [
|
||||||
"pytest>=4.2.1",
|
"pytest>=4.2.1",
|
||||||
"pytest-cov>=6.2.1",
|
"pytest-cov>=6.2.1",
|
||||||
@@ -32,7 +29,7 @@ test = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.basedpyright]
|
[tool.basedpyright]
|
||||||
typeCheckingMode = "basic"
|
# typeCheckingMode = "basic"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
|
|||||||
Reference in New Issue
Block a user